diff options
author | rm88369 <none@none> | 2006-06-22 02:45:52 -0700 |
---|---|---|
committer | rm88369 <none@none> | 2006-06-22 02:45:52 -0700 |
commit | 54d6518c4d7c51854116bb29ea4bf664f748a403 (patch) | |
tree | 5d79dc4cae127b015d24ca13449fbb6626d8b5da /usr/src/cmd/svc/startd/startd.c | |
parent | cbab2b2687744cbfdc12fae90f8088127a0b266c (diff) | |
download | illumos-joyent-54d6518c4d7c51854116bb29ea4bf664f748a403.tar.gz |
6440415 *svc.startd* traces of obsolete flags should be removed from source code
Diffstat (limited to 'usr/src/cmd/svc/startd/startd.c')
-rw-r--r-- | usr/src/cmd/svc/startd/startd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/svc/startd/startd.c b/usr/src/cmd/svc/startd/startd.c index a290ebee7e..8458a2e45a 100644 --- a/usr/src/cmd/svc/startd/startd.c +++ b/usr/src/cmd/svc/startd/startd.c @@ -779,7 +779,7 @@ startup(void) static void usage(const char *name) { - uu_warn(gettext("usage: %s [-dnq]\n"), name); + uu_warn(gettext("usage: %s [-n]\n"), name); exit(UU_EXIT_USAGE); } |