*: remove "Options:" string from help texts
function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
@@ -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)"
|
||||
|
@@ -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"
|
||||
|
@@ -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)"
|
||||
|
Reference in New Issue
Block a user