aboutsummaryrefslogtreecommitdiff
path: root/coreutils/who.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-04-17 16:11:25 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-04-17 16:11:25 +0200
commit53772869bc4ecfe68ac8d53c50a6057e7872df06 (patch)
tree12dd91969eace0a1017801702b4da05020cbefd3 /coreutils/who.c
parent75e1e7b3d538fa1a2396cd36122e0be702931345 (diff)
downloadbusybox-w32-53772869bc4ecfe68ac8d53c50a6057e7872df06.tar.gz
busybox-w32-53772869bc4ecfe68ac8d53c50a6057e7872df06.tar.bz2
busybox-w32-53772869bc4ecfe68ac8d53c50a6057e7872df06.zip
who,less: tweaked help text
function old new delta packed_usage 29176 29173 -3 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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..597a4d581 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 -a Print column headers"
51 52
52#include "libbb.h" 53#include "libbb.h"
53 54