diff options
author | Eric Andersen | 2000-12-08 19:52:01 +0000 |
---|---|---|
committer | Eric Andersen | 2000-12-08 19:52:01 +0000 |
commit | bf2b8ae49aa885929bcb20983dd98196416bcc12 (patch) | |
tree | b33a6a54e6dff87eea8db758a7aab9027aef1206 /usage.c | |
parent | 76fef0a5d02800afa368b79abf4393eda46abc4c (diff) | |
download | busybox-bf2b8ae49aa885929bcb20983dd98196416bcc12.zip busybox-bf2b8ae49aa885929bcb20983dd98196416bcc12.tar.gz |
Make no local logging a runtime option for network logging...
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1176,6 +1176,7 @@ const char syslogd_usage[] = "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" #ifdef BB_FEATURE_REMOTE_LOG "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" + "\t-N\t\tDo not log anything locally -- network logging only.\n" #endif #endif ; |