From 66426760beef7e87c4735f433d123daf911b5b4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 5 Jun 2011 03:58:28 +0200 Subject: *: remove "Options:" string from help texts function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko --- sysklogd/klogd.c | 1 - sysklogd/logger.c | 1 - sysklogd/logread.c | 1 - sysklogd/syslogd.c | 1 - 4 files changed, 4 deletions(-) (limited to 'sysklogd') diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 27995e570..efa0e537a 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c @@ -21,7 +21,6 @@ //usage: "[-c N] [-n]" //usage:#define klogd_full_usage "\n\n" //usage: "Kernel logger\n" -//usage: "\nOptions:" //usage: "\n -c N Print to console messages more urgent than prio N (1-8)" //usage: "\n -n Run in foreground" diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 0fabd97ca..5a7027731 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c @@ -11,7 +11,6 @@ //usage: "[OPTIONS] [MESSAGE]" //usage:#define logger_full_usage "\n\n" //usage: "Write MESSAGE (or stdin) to syslog\n" -//usage: "\nOptions:" //usage: "\n -s Log to stderr as well as the system log" //usage: "\n -t TAG Log using the specified tag (defaults to user name)" //usage: "\n -p PRIO Priority (numeric or facility.level pair)" diff --git a/sysklogd/logread.c b/sysklogd/logread.c index ae0b2194b..993956904 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c @@ -13,7 +13,6 @@ //usage: "[-f]" //usage:#define logread_full_usage "\n\n" //usage: "Show messages in syslogd's circular buffer\n" -//usage: "\nOptions:" //usage: "\n -f Output data as log grows" #include "libbb.h" diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index c5c2a2e86..2f0ca6ac5 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c @@ -20,7 +20,6 @@ //usage: IF_NOT_FEATURE_SYSLOGD_CFG( //usage: "(this version of syslogd ignores /etc/syslog.conf)\n" //usage: ) -//usage: "\nOptions:" //usage: "\n -n Run in foreground" //usage: "\n -O FILE Log to FILE (default:/var/log/messages)" //usage: "\n -l N Log only messages more urgent than prio N (1-8)" -- cgit v1.2.3