diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/svc/startd/log.c | 5 | ||||
-rw-r--r-- | usr/src/cmd/svc/startd/startd.c | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/cmd/svc/startd/log.c b/usr/src/cmd/svc/startd/log.c index a356cec8ee..80e46d2f40 100644 --- a/usr/src/cmd/svc/startd/log.c +++ b/usr/src/cmd/svc/startd/log.c @@ -91,12 +91,11 @@ * svc.startd(1M) developer has occurred. * * Logging configuration - * While the logging output can be configured using the -d and -v flags at - * invocation, the preferred approach is to set the logging property values + * The preferred approach is to set the logging property values * in the options property group of the svc.startd default instance. The * valid values are "quiet", "verbose", and "debug". "quiet" is the default; * "verbose" and "debug" allow LOG_INFO and LOG_DEBUG logging requests to - * reach the daemon-specific log, respectively. + * reach the svc.startd.log file, respectively. */ #include <sys/stat.h> 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); } |