aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-16 02:27:24 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-16 02:27:24 +0000
commit83ea643d8dc9b6f53706ba30bc4b53338f4f7994 (patch)
tree3a5f790604219213666cbf5cccd747c02528912c /include/usage.h
parent3672fe9e9141c0684cae1e72e84cb2704f2a8702 (diff)
downloadbusybox-83ea643d8dc9b6f53706ba30bc4b53338f4f7994.tar.gz
svlogd: new applet. +9k. Still too big, but it was 12k yesterday.
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 7de93e00e..db41a8e79 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2841,6 +2841,13 @@ USE_FEATURE_START_STOP_DAEMON_FANCY( \
"\t-r\tuse BSD sum algorithm (1K blocks)\n" \
"\t-s\tuse System V sum algorithm (512byte blocks)"
+#define svlogd_trivial_usage \
+ "[-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir..."
+#define svlogd_full_usage \
+ "Continuously read log data from standard input, optionally " \
+ "filter log messages, and write the data to one or more automatically " \
+ "rotated logs."
+
#define swapoff_trivial_usage \
"[-a] [DEVICE]"
#define swapoff_full_usage \