aboutsummaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2022-01-12 17:21:14 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2022-01-12 17:21:14 +0100
commit004cefa918483513a9eca13e7701c74dff160e95 (patch)
tree52d70863de1c9f180c88368b555daf7263e56c6a /console-tools
parent524fecf7c3496e25cca235506b2a3328cee63de8 (diff)
downloadbusybox-w32-004cefa918483513a9eca13e7701c74dff160e95.tar.gz
busybox-w32-004cefa918483513a9eca13e7701c74dff160e95.tar.bz2
busybox-w32-004cefa918483513a9eca13e7701c74dff160e95.zip
reset: better --help text
function old new delta packed_usage 34175 34233 +58 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/reset.c b/console-tools/reset.c
index 113bb5c76..b3acf69f8 100644
--- a/console-tools/reset.c
+++ b/console-tools/reset.c
@@ -21,7 +21,7 @@
21//usage:#define reset_trivial_usage 21//usage:#define reset_trivial_usage
22//usage: "" 22//usage: ""
23//usage:#define reset_full_usage "\n\n" 23//usage:#define reset_full_usage "\n\n"
24//usage: "Reset the screen" 24//usage: "Reset terminal (ESC codes) and termios (signals, buffering, echo)"
25 25
26/* "Standard" version of this tool is in ncurses package */ 26/* "Standard" version of this tool is in ncurses package */
27 27