diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h index 9c14f4508..3f2916006 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3327,17 +3327,17 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3327 | "Note that this version of syslogd ignores /etc/syslog.conf." \ | 3327 | "Note that this version of syslogd ignores /etc/syslog.conf." \ |
3328 | "\n\nOptions:" \ | 3328 | "\n\nOptions:" \ |
3329 | "\n -n Run as foreground process" \ | 3329 | "\n -n Run as foreground process" \ |
3330 | "\n -O FILE Use an alternate log file (default=/var/log/messages)" \ | 3330 | "\n -O FILE Log to given file (default=/var/log/messages)" \ |
3331 | "\n -l n Sets the local log level of messages to n" \ | 3331 | "\n -l n Set local log level" \ |
3332 | "\n -S Make logging output smaller" \ | 3332 | "\n -S Smaller logging output" \ |
3333 | USE_FEATURE_ROTATE_LOGFILE( \ | 3333 | USE_FEATURE_ROTATE_LOGFILE( \ |
3334 | "\n -s SIZE Max size (KB) before rotate (default=200KB, 0=off)" \ | 3334 | "\n -s SIZE Max size (KB) before rotate (default=200KB, 0=off)" \ |
3335 | "\n -b NUM Number of rotated logs to keep (default=1, max=99, 0=purge)") \ | 3335 | "\n -b NUM Number of rotated logs to keep (default=1, max=99, 0=purge)") \ |
3336 | USE_FEATURE_REMOTE_LOG( \ | 3336 | USE_FEATURE_REMOTE_LOG( \ |
3337 | "\n -R HOST[:PORT] Log to IP or hostname on PORT (default PORT=514/UDP)" \ | 3337 | "\n -R HOST[:PORT] Log to IP or hostname on PORT (default PORT=514/UDP)" \ |
3338 | "\n -L Log locally and via network logging (default is network only)") \ | 3338 | "\n -L Log locally and via network (default is network only if -R)") \ |
3339 | USE_FEATURE_IPC_SYSLOG( \ | 3339 | USE_FEATURE_IPC_SYSLOG( \ |
3340 | "\n -C[size(KiB)] Log to a shared mem buffer (read the buffer using logread)") | 3340 | "\n -C[size(KiB)] Log to shared mem buffer (read it using logread)") |
3341 | /* NB: -Csize shouldn't have space (because size is optional) */ | 3341 | /* NB: -Csize shouldn't have space (because size is optional) */ |
3342 | /* "\n -m MIN Minutes between MARK lines (default=20, 0=off)" */ | 3342 | /* "\n -m MIN Minutes between MARK lines (default=20, 0=off)" */ |
3343 | #define syslogd_example_usage \ | 3343 | #define syslogd_example_usage \ |