aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-06-15 10:00:18 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2021-06-15 10:00:18 +0200
commit1f60d88cf6f5ad3efcad6e7ef1501ce334046e40 (patch)
treeab2e33cf596b08a9c804714f9b55afb787f932d1 /coreutils
parentebe8c14d34d3f6957b4e44967c9089b84e144ddf (diff)
downloadbusybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.tar.gz
busybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.tar.bz2
busybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.zip
*: 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')
-rw-r--r--coreutils/who.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/who.c b/coreutils/who.c
index be9c3ccca..3725d77f5 100644
--- a/coreutils/who.c
+++ b/coreutils/who.c
@@ -78,7 +78,7 @@
78// root pts/1 Mon13 3:24m 1:01 0.01s w 78// root pts/1 Mon13 3:24m 1:01 0.01s w
79 79
80//usage:#define who_trivial_usage 80//usage:#define who_trivial_usage
81//usage: "[-a]" 81//usage: "[-aH]"
82//usage:#define who_full_usage "\n\n" 82//usage:#define who_full_usage "\n\n"
83//usage: "Show who is logged on\n" 83//usage: "Show who is logged on\n"
84//usage: "\n -a Show all" 84//usage: "\n -a Show all"