diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-05 20:56:31 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-05 20:56:31 +0000 |
commit | 2235c8dd693f2ac9f0025dac83060324409c7586 (patch) | |
tree | 20e02f495efc187bd9fafeb5dacdc6b46e72cd31 /include | |
parent | 9709c7b1934829a3386c60bfa4d231303184b373 (diff) | |
download | busybox-w32-2235c8dd693f2ac9f0025dac83060324409c7586.tar.gz busybox-w32-2235c8dd693f2ac9f0025dac83060324409c7586.tar.bz2 busybox-w32-2235c8dd693f2ac9f0025dac83060324409c7586.zip |
Usage for klogd -c
git-svn-id: svn://busybox.net/trunk/busybox@6106 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 3 |
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 @@ | |||
1088 | "$ killall apache\n" | 1088 | "$ killall apache\n" |
1089 | 1089 | ||
1090 | #define klogd_trivial_usage \ | 1090 | #define klogd_trivial_usage \ |
1091 | "-n" | 1091 | "[-c n] [-n]" |
1092 | #define klogd_full_usage \ | 1092 | #define klogd_full_usage \ |
1093 | "Kernel logger.\n"\ | 1093 | "Kernel logger.\n"\ |
1094 | "Options:\n"\ | 1094 | "Options:\n"\ |
1095 | "\t-c n\tSets the default log level of console messages to n.\n"\ | ||
1095 | "\t-n\tRun as a foreground process." | 1096 | "\t-n\tRun as a foreground process." |
1096 | 1097 | ||
1097 | #define length_trivial_usage \ | 1098 | #define length_trivial_usage \ |