Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r--sysklogd/klogd.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c
index db32065fb..3992081ca 100644
--- a/sysklogd/klogd.c
+++ b/sysklogd/klogd.c
@@ -17,6 +17,14 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
+//usage:#define klogd_trivial_usage
+//usage: "[-c N] [-n]"
+//usage:#define klogd_full_usage "\n\n"
+//usage: "Kernel logger\n"
+//usage: "\nOptions:"
+//usage: "\n -c N Only messages with level < N are printed to console"
+//usage: "\n -n Run in foreground"
+
#include "libbb.h"
#include <syslog.h>