diff options
Diffstat (limited to 'sysklogd/logread.c')
-rw-r--r-- | sysklogd/logread.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysklogd/logread.c b/sysklogd/logread.c index 52c97aa77..ae0b2194b 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c | |||
@@ -9,6 +9,13 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | //usage:#define logread_trivial_usage | ||
13 | //usage: "[-f]" | ||
14 | //usage:#define logread_full_usage "\n\n" | ||
15 | //usage: "Show messages in syslogd's circular buffer\n" | ||
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -f Output data as log grows" | ||
18 | |||
12 | #include "libbb.h" | 19 | #include "libbb.h" |
13 | #include <sys/ipc.h> | 20 | #include <sys/ipc.h> |
14 | #include <sys/sem.h> | 21 | #include <sys/sem.h> |