diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-02 18:13:58 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-02 18:13:58 +0000 |
commit | 862cc39cf21453b0a9908eedc8f8c153a67cb7f8 (patch) | |
tree | 61d5452ccbc189ba430b4a15c4d91efe4ee5a152 /usage.c | |
parent | fa3a39df453be8ef544b7a10f9c3417a849bf465 (diff) | |
download | busybox-w32-862cc39cf21453b0a9908eedc8f8c153a67cb7f8.tar.gz busybox-w32-862cc39cf21453b0a9908eedc8f8c153a67cb7f8.tar.bz2 busybox-w32-862cc39cf21453b0a9908eedc8f8c153a67cb7f8.zip |
Log stdin when no message given and use getopt.
git-svn-id: svn://busybox.net/trunk/busybox@1514 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -586,7 +586,7 @@ const char loadkmap_usage[] = | |||
586 | const char logger_usage[] = | 586 | const 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" |