aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-24 18:52:36 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-24 18:52:36 +0000
commitdc12190ba258dcaa3b5758fabf0e92f8e8380b26 (patch)
treeb8ad549404184206a028a6f0fc95311495f14d3a /applets
parent37977622c42340181c4c0290562ae8be7d9e2679 (diff)
downloadbusybox-dc12190ba258dcaa3b5758fabf0e92f8e8380b26.tar.gz
The usage message for syslogd had stuff longer then 80 chars and wrapped.
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/usage.h b/applets/usage.h
index 90d3e29b4..efc943f68 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -917,8 +917,8 @@
USAGE_KLOGD("\t-K\t\tDo not start up the klogd process\n") \
"\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)" \
USAGE_REMOTE_LOG( \
- "\n\t-R HOST[:PORT]\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" \
- "\t-L\t\tLog locally as well as network logging (default is network only)")
+ "\n\t-R HOST[:PORT]\tLog to IP or hostname on PORT (default PORT=514/UDP)\n" \
+ "\t-L\t\tLog locally and via network logging (default is network only)")
#ifdef BB_FEATURE_SIMPLE_TAIL