aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-24 18:52:36 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-24 18:52:36 +0000
commit2bea1116df9603f72917da4febf0ba61d2c9d1ea (patch)
treeb8ad549404184206a028a6f0fc95311495f14d3a
parent1085d91899aae416731496e1af410230f8d4aa7f (diff)
downloadbusybox-w32-2bea1116df9603f72917da4febf0ba61d2c9d1ea.tar.gz
busybox-w32-2bea1116df9603f72917da4febf0ba61d2c9d1ea.tar.bz2
busybox-w32-2bea1116df9603f72917da4febf0ba61d2c9d1ea.zip
The usage message for syslogd had stuff longer then 80 chars and wrapped.
git-svn-id: svn://busybox.net/trunk/busybox@1927 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--applets/usage.h4
-rw-r--r--include/usage.h4
-rw-r--r--usage.h4
3 files changed, 6 insertions, 6 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 @@
917 USAGE_KLOGD("\t-K\t\tDo not start up the klogd process\n") \ 917 USAGE_KLOGD("\t-K\t\tDo not start up the klogd process\n") \
918 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)" \ 918 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)" \
919 USAGE_REMOTE_LOG( \ 919 USAGE_REMOTE_LOG( \
920 "\n\t-R HOST[:PORT]\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" \ 920 "\n\t-R HOST[:PORT]\tLog to IP or hostname on PORT (default PORT=514/UDP)\n" \
921 "\t-L\t\tLog locally as well as network logging (default is network only)") 921 "\t-L\t\tLog locally and via network logging (default is network only)")
922 922
923 923
924#ifdef BB_FEATURE_SIMPLE_TAIL 924#ifdef BB_FEATURE_SIMPLE_TAIL
diff --git a/include/usage.h b/include/usage.h
index 90d3e29b4..efc943f68 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -917,8 +917,8 @@
917 USAGE_KLOGD("\t-K\t\tDo not start up the klogd process\n") \ 917 USAGE_KLOGD("\t-K\t\tDo not start up the klogd process\n") \
918 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)" \ 918 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)" \
919 USAGE_REMOTE_LOG( \ 919 USAGE_REMOTE_LOG( \
920 "\n\t-R HOST[:PORT]\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" \ 920 "\n\t-R HOST[:PORT]\tLog to IP or hostname on PORT (default PORT=514/UDP)\n" \
921 "\t-L\t\tLog locally as well as network logging (default is network only)") 921 "\t-L\t\tLog locally and via network logging (default is network only)")
922 922
923 923
924#ifdef BB_FEATURE_SIMPLE_TAIL 924#ifdef BB_FEATURE_SIMPLE_TAIL
diff --git a/usage.h b/usage.h
index 90d3e29b4..efc943f68 100644
--- a/usage.h
+++ b/usage.h
@@ -917,8 +917,8 @@
917 USAGE_KLOGD("\t-K\t\tDo not start up the klogd process\n") \ 917 USAGE_KLOGD("\t-K\t\tDo not start up the klogd process\n") \
918 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)" \ 918 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)" \
919 USAGE_REMOTE_LOG( \ 919 USAGE_REMOTE_LOG( \
920 "\n\t-R HOST[:PORT]\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" \ 920 "\n\t-R HOST[:PORT]\tLog to IP or hostname on PORT (default PORT=514/UDP)\n" \
921 "\t-L\t\tLog locally as well as network logging (default is network only)") 921 "\t-L\t\tLog locally and via network logging (default is network only)")
922 922
923 923
924#ifdef BB_FEATURE_SIMPLE_TAIL 924#ifdef BB_FEATURE_SIMPLE_TAIL