aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-16 05:24:43 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-16 05:24:43 +0000
commit01cd9570c7e51e0e1e472f965d9f774c761a8521 (patch)
tree9dec9b7a6251de5ccfe325773e40fdccb6f365de /include
parenta6899c35870d93f44630c4307eb938a1ba4d4abb (diff)
downloadbusybox-w32-01cd9570c7e51e0e1e472f965d9f774c761a8521.tar.gz
busybox-w32-01cd9570c7e51e0e1e472f965d9f774c761a8521.tar.bz2
busybox-w32-01cd9570c7e51e0e1e472f965d9f774c761a8521.zip
who: add -a (by Tito)
Diffstat (limited to 'include')
-rw-r--r--include/usage.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 953645ba0..592316ace 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4112,9 +4112,11 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
4112 "/bin/login\n" 4112 "/bin/login\n"
4113 4113
4114#define who_trivial_usage \ 4114#define who_trivial_usage \
4115 " " 4115 "[-a]"
4116#define who_full_usage \ 4116#define who_full_usage \
4117 "Print the current user names and related information" 4117 "Show who is logged on" \
4118 "\n\nOptions:\n" \
4119 " -a show all"
4118 4120
4119#define whoami_trivial_usage \ 4121#define whoami_trivial_usage \
4120 "" 4122 ""