From: Glenn L McGrath Date: Thu, 5 Dec 2002 20:56:31 +0000 (-0000) Subject: Usage for klogd -c X-Git-Tag: 1_00_pre1~354 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f0a360ea1959f93177bbf7938354fa7148fed667;p=oweals%2Fbusybox.git Usage for klogd -c --- 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 \