klogd: make help text more understandable

klogd: by using a register instead of global variable, shrink code a bit

function                                             old     new   delta
klogd_main                                           372     362     -10
packed_usage                                       24504   24486     -18
   text    data     bss     dec     hex filename
 808464     642    7180  816286   c749e busybox_old
 808422     642    7180  816244   c7474 busybox_unstripped
This commit is contained in:
Denis Vlasenko
2008-06-06 16:08:04 +00:00
parent 797c96d8ce
commit 7bdf0c82da
2 changed files with 19 additions and 18 deletions

View File

@@ -2063,11 +2063,11 @@
"\n -l List all signal names and numbers" \
#define klogd_trivial_usage \
"[-c n] [-n]"
"[-c N] [-n]"
#define klogd_full_usage "\n\n" \
"Kernel logger\n" \
"\nOptions:" \
"\n -c n Set the default log level of console messages to n" \
"\n -c N Only messages with level < N are printed to console" \
"\n -n Run in foreground" \
#define length_trivial_usage \