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:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-05 23:56:31 +0300
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-05 23:56:31 +0300
commitf0a360ea1959f93177bbf7938354fa7148fed667 (patch)
tree20e02f495efc187bd9fafeb5dacdc6b46e72cd31 /include
parent08c358b604d9aa5087c0ec226a94cc8df7bd2952 (diff)
Usage for klogd -c
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index eca05446f..2e8720e94 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1088,10 +1088,11 @@
"$ killall apache\n"
#define klogd_trivial_usage \
- "-n"
+ "[-c n] [-n]"
#define klogd_full_usage \
"Kernel logger.\n"\
"Options:\n"\
+ "\t-c n\tSets the default log level of console messages to n.\n"\
"\t-n\tRun as a foreground process."
#define length_trivial_usage \