From 1944f547bdb9bd2615acf284366c924fd180f53c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 2 Jan 2001 18:13:58 +0000 Subject: Log stdin when no message given and use getopt. --- applets/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/usage.c') 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[] = const char logger_usage[] = "logger [OPTION]... [MESSAGE]\n" #ifndef BB_FEATURE_TRIVIAL_HELP - "\nWrite MESSAGE to the system log. If MESSAGE is '-', log stdin.\n\n" + "\nWrite MESSAGE to the system log. If MESSAGE is omitted, log stdin.\n\n" "Options:\n" "\t-s\tLog to stderr as well as the system log.\n" "\t-t\tLog using the specified tag (defaults to user name).\n" -- cgit v1.2.3