diff options
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -998,6 +998,9 @@ const char syslogd_usage[] = | |||
998 | "\t-K\t\tDo not start up the klogd process\n" | 998 | "\t-K\t\tDo not start up the klogd process\n" |
999 | #endif | 999 | #endif |
1000 | "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" | 1000 | "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" |
1001 | #ifdef BB_FEATURE_REMOTE_LOG | ||
1002 | "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" | ||
1003 | #endif | ||
1001 | #endif | 1004 | #endif |
1002 | ; | 1005 | ; |
1003 | #endif | 1006 | #endif |