aboutsummaryrefslogtreecommitdiff
path: root/coreutils/who.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-04-23 10:57:02 +0100
committerRon Yorston <rmy@pobox.com>2012-04-23 10:57:02 +0100
commit2903c15333636ae51db14cab009533bac68c8a30 (patch)
tree11a49598f98c505c021202564348c5639e2fb0b1 /coreutils/who.c
parent5fc2c035953f71992197f6025918a8fe79ade1d3 (diff)
parentf5234398ef3010b68468cafe3e2ea89b2bb08a17 (diff)
downloadbusybox-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.c1
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