diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:57:02 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:57:02 +0100 |
commit | 2903c15333636ae51db14cab009533bac68c8a30 (patch) | |
tree | 11a49598f98c505c021202564348c5639e2fb0b1 /coreutils/who.c | |
parent | 5fc2c035953f71992197f6025918a8fe79ade1d3 (diff) | |
parent | f5234398ef3010b68468cafe3e2ea89b2bb08a17 (diff) | |
download | busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.tar.gz busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.tar.bz2 busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.zip |
Merge commit '1_20_0' into merge
Diffstat (limited to 'coreutils/who.c')
-rw-r--r-- | coreutils/who.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/who.c b/coreutils/who.c index c6c925264..f955ce6d3 100644 --- a/coreutils/who.c +++ b/coreutils/who.c | |||
@@ -48,6 +48,7 @@ | |||
48 | //usage:#define who_full_usage "\n\n" | 48 | //usage:#define who_full_usage "\n\n" |
49 | //usage: "Show who is logged on\n" | 49 | //usage: "Show who is logged on\n" |
50 | //usage: "\n -a Show all" | 50 | //usage: "\n -a Show all" |
51 | //usage: "\n -H Print column headers" | ||
51 | 52 | ||
52 | #include "libbb.h" | 53 | #include "libbb.h" |
53 | 54 | ||