projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae57fca
)
setlogcons: fix help text
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 4 Jul 2014 11:58:57 +0000
(13:58 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 4 Jul 2014 11:58:57 +0000
(13:58 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
console-tools/setlogcons.c
patch
|
blob
|
history
diff --git
a/console-tools/setlogcons.c
b/console-tools/setlogcons.c
index c76a5a42b164d7567309bec13ec75cd3dc199530..2a11da32966dae878ef24b5ea98462d56be8c4da 100644
(file)
--- a/
console-tools/setlogcons.c
+++ b/
console-tools/setlogcons.c
@@
-10,9
+10,9
@@
*/
//usage:#define setlogcons_trivial_usage
-//usage: "
N
"
+//usage: "
[N]
"
//usage:#define setlogcons_full_usage "\n\n"
-//usage: "Redirect the kernel output to console N
(0 for current
)"
+//usage: "Redirect the kernel output to console N
. Default:0 (current console
)"
#include "libbb.h"