aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-11 16:24:16 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-11 16:24:16 +0000
commite851973e64e1419143f428deb2382f9e1b258b57 (patch)
tree03967343beeea7544249bd5195c669498e051006 /usage.c
parentbe3acb9f7d681998d1086f841089fc30a35563d7 (diff)
downloadbusybox-w32-e851973e64e1419143f428deb2382f9e1b258b57.tar.gz
busybox-w32-e851973e64e1419143f428deb2382f9e1b258b57.tar.bz2
busybox-w32-e851973e64e1419143f428deb2382f9e1b258b57.zip
Reverse logic so when network logging, it by default does not log locally.
git-svn-id: svn://busybox.net/trunk/busybox@1418 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage.c b/usage.c
index ae6cec8df..74dc44060 100644
--- a/usage.c
+++ b/usage.c
@@ -1176,7 +1176,7 @@ const char syslogd_usage[] =
1176 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" 1176 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
1177#ifdef BB_FEATURE_REMOTE_LOG 1177#ifdef BB_FEATURE_REMOTE_LOG
1178 "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" 1178 "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n"
1179 "\t-N\t\tDo not log anything locally -- network logging only.\n" 1179 "\t-L\t\tLog locally as well as network logging (defaut is network only)\n"
1180#endif 1180#endif
1181#endif 1181#endif
1182 ; 1182 ;