From dc70069a466a62c7a8392c576423be2d5c22bbcf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 8 Nov 2008 21:39:06 +0000 Subject: kbd_mode: support -C TTY option function old new delta packed_usage 25334 25361 +27 kbd_mode_main 146 173 +27 --- include/usage.h | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 19af3486a..63aff315b 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2019,7 +2019,7 @@ " [ttl TTL] [tos TOS] [[no]pmtudisc] [dev PHYS_DEV]" \ #define kbd_mode_trivial_usage \ - "[-a|k|s|u]" + "[-a|k|s|u] [-C TTY]" #define kbd_mode_full_usage "\n\n" \ "Report or set the keyboard mode\n" \ "\nOptions set mode:" \ @@ -2027,6 +2027,7 @@ "\n -k Medium-raw (keyboard)" \ "\n -s Raw (scancode)" \ "\n -u Unicode (utf-8)" \ + "\n -C TTY Affect TTY instead of /dev/tty" \ #define kill_trivial_usage \ "[-l] [-SIG] PID..." @@ -2129,20 +2130,23 @@ "lrwxrwxrwx 1 root root 7 Apr 12 18:39 ls -> BusyBox*\n" #define load_policy_trivial_usage NOUSAGE_STR - #define load_policy_full_usage "" #define loadfont_trivial_usage \ "< font" #define loadfont_full_usage "\n\n" \ - "Load a console font from standard input" + "Load a console font from standard input" \ +/* "\n -C TTY Affect TTY instead of /dev/tty" */ \ + #define loadfont_example_usage \ "$ loadfont < /etc/i18n/fontname\n" #define loadkmap_trivial_usage \ "< keymap" #define loadkmap_full_usage "\n\n" \ - "Load a binary keyboard translation table from standard input" + "Load a binary keyboard translation table from standard input\n" \ +/* "\n -C TTY Affect TTY instead of /dev/tty" */ \ + #define loadkmap_example_usage \ "$ loadkmap < /etc/i18n/lang-keymap\n" @@ -3476,9 +3480,11 @@ "Start and monitor a service and optionally an appendant log service" #define runsvdir_trivial_usage \ - "[-P] dir" + "[-P] [-s SCRIPT] dir" #define runsvdir_full_usage "\n\n" \ - "Start a runsv process for each subdirectory" + "Start a runsv process for each subdirectory. If it exits, restart it.\n" \ + "\n -P Put each runsv in a new session" \ + "\n -s SCRIPT Run SCRIPT after signal is processed" \ #define rx_trivial_usage \ "FILE" -- cgit v1.2.3