diff options
author | Denys Vlasenko | 2021-06-13 03:12:09 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-06-13 03:12:09 +0200 |
commit | 1849285a2098b503b829038f00f25abc52dbea6b (patch) | |
tree | cd39fc71e17c465b81174b83d64cd05eee2edad3 /coreutils/tty.c | |
parent | 6b6826f0b87b13c5e83786f045b90d703507464e (diff) | |
download | busybox-1849285a2098b503b829038f00f25abc52dbea6b.zip busybox-1849285a2098b503b829038f00f25abc52dbea6b.tar.gz |
*: more --help tweaks, mostly expanding ts --help
function old new delta
packed_usage 33554 33596 +42
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/tty.c')
-rw-r--r-- | coreutils/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tty.c b/coreutils/tty.c index ff6f2bb..e448c27 100644 --- a/coreutils/tty.c +++ b/coreutils/tty.c @@ -21,7 +21,7 @@ /* http://www.opengroup.org/onlinepubs/9699919799/utilities/tty.html */ //usage:#define tty_trivial_usage -//usage: "" +//usage: "" IF_INCLUDE_SUSv2("[-s]") //usage:#define tty_full_usage "\n\n" //usage: "Print file name of stdin's terminal" //usage: IF_INCLUDE_SUSv2( "\n" |