aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-01-02 18:13:58 +0000
committerMatt Kraai <kraai@debian.org>2001-01-02 18:13:58 +0000
commit1944f547bdb9bd2615acf284366c924fd180f53c (patch)
tree61d5452ccbc189ba430b4a15c4d91efe4ee5a152 /applets
parent28b3c53f0de370b26aa5ec7ea35176fd4316f7e3 (diff)
downloadbusybox-w32-1944f547bdb9bd2615acf284366c924fd180f53c.tar.gz
busybox-w32-1944f547bdb9bd2615acf284366c924fd180f53c.tar.bz2
busybox-w32-1944f547bdb9bd2615acf284366c924fd180f53c.zip
Log stdin when no message given and use getopt.
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.c b/applets/usage.c
index c7bc0e8a9..b904e0c7c 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -586,7 +586,7 @@ const char loadkmap_usage[] =
586const char logger_usage[] = 586const char logger_usage[] =
587 "logger [OPTION]... [MESSAGE]\n" 587 "logger [OPTION]... [MESSAGE]\n"
588#ifndef BB_FEATURE_TRIVIAL_HELP 588#ifndef BB_FEATURE_TRIVIAL_HELP
589 "\nWrite MESSAGE to the system log. If MESSAGE is '-', log stdin.\n\n" 589 "\nWrite MESSAGE to the system log. If MESSAGE is omitted, log stdin.\n\n"
590 "Options:\n" 590 "Options:\n"
591 "\t-s\tLog to stderr as well as the system log.\n" 591 "\t-s\tLog to stderr as well as the system log.\n"
592 "\t-t\tLog using the specified tag (defaults to user name).\n" 592 "\t-t\tLog using the specified tag (defaults to user name).\n"