aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index af518de0b..6202c4afd 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3021,7 +3021,8 @@
3021 "\n -R HOST[:PORT] Log to IP or hostname on PORT (default PORT=514/UDP)" \ 3021 "\n -R HOST[:PORT] Log to IP or hostname on PORT (default PORT=514/UDP)" \
3022 "\n -L Log locally and via network logging (default is network only)") \ 3022 "\n -L Log locally and via network logging (default is network only)") \
3023 USE_FEATURE_IPC_SYSLOG( \ 3023 USE_FEATURE_IPC_SYSLOG( \
3024 "\n -C [size(KiB)] Log to a circular buffer (read the buffer using logread)") 3024 "\n -C[size(KiB)] Log to a circular buffer (read the buffer using logread)")
3025 /* NB: -Csize shouldn't have space (because size is optional) */
3025#define syslogd_example_usage \ 3026#define syslogd_example_usage \
3026 "$ syslogd -R masterlog:514\n" \ 3027 "$ syslogd -R masterlog:514\n" \
3027 "$ syslogd -R 192.168.1.1:601\n" 3028 "$ syslogd -R 192.168.1.1:601\n"