diff options
author | Denys Vlasenko | 2021-06-15 10:00:18 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-06-15 10:00:18 +0200 |
commit | 1f60d88cf6f5ad3efcad6e7ef1501ce334046e40 (patch) | |
tree | ab2e33cf596b08a9c804714f9b55afb787f932d1 /coreutils/who.c | |
parent | ebe8c14d34d3f6957b4e44967c9089b84e144ddf (diff) | |
download | busybox-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.zip busybox-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.tar.gz |
*: more --help tweaks
function old new delta
packed_usage 33552 33541 -11
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/who.c')
-rw-r--r-- | coreutils/who.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/who.c b/coreutils/who.c index be9c3cc..3725d77 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -78,7 +78,7 @@ // root pts/1 Mon13 3:24m 1:01 0.01s w //usage:#define who_trivial_usage -//usage: "[-a]" +//usage: "[-aH]" //usage:#define who_full_usage "\n\n" //usage: "Show who is logged on\n" //usage: "\n -a Show all" |