diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2014-07-04 13:58:57 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-07-04 13:58:57 +0200 |
commit | 6e17766c3378b56a130830fe23e77a444ab5b7f9 (patch) | |
tree | 9e7bdaf7f2a23069a441f49749734c27525bcc5a /console-tools | |
parent | ae57fcad5d36dc2ba00179ef3e44154c10223862 (diff) | |
download | busybox-w32-6e17766c3378b56a130830fe23e77a444ab5b7f9.tar.gz busybox-w32-6e17766c3378b56a130830fe23e77a444ab5b7f9.tar.bz2 busybox-w32-6e17766c3378b56a130830fe23e77a444ab5b7f9.zip |
setlogcons: fix help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/setlogcons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/console-tools/setlogcons.c b/console-tools/setlogcons.c index c76a5a42b..2a11da329 100644 --- a/console-tools/setlogcons.c +++ b/console-tools/setlogcons.c | |||
@@ -10,9 +10,9 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | //usage:#define setlogcons_trivial_usage | 12 | //usage:#define setlogcons_trivial_usage |
13 | //usage: "N" | 13 | //usage: "[N]" |
14 | //usage:#define setlogcons_full_usage "\n\n" | 14 | //usage:#define setlogcons_full_usage "\n\n" |
15 | //usage: "Redirect the kernel output to console N (0 for current)" | 15 | //usage: "Redirect the kernel output to console N. Default:0 (current console)" |
16 | 16 | ||
17 | #include "libbb.h" | 17 | #include "libbb.h" |
18 | 18 | ||