svlogd: extend usage text. +70 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2011-01-22 00:38:24 +01:00
parent e8f565c1ee
commit 3a0f690dcd
2 changed files with 17 additions and 7 deletions

View File

@@ -3538,13 +3538,6 @@ INSERT
"pause, cont, hup, alarm, interrupt, quit, 1, 2, term, kill: send\n" \
"STOP, CONT, HUP, ALRM, INT, QUIT, USR1, USR2, TERM, KILL signal to service" \
#define svlogd_trivial_usage \
"[-ttv] [-r C] [-R CHARS] [-l MATCHLEN] [-b BUFLEN] DIR..."
#define svlogd_full_usage "\n\n" \
"Continuously read log data from stdin, optionally\n" \
"filter log messages, and write the data to one or more automatically\n" \
"rotated logs" \
#define swapoff_trivial_usage \
"[-a] [DEVICE]"
#define swapoff_full_usage "\n\n" \