diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-04-17 16:11:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-04-17 16:11:25 +0200 |
commit | 53772869bc4ecfe68ac8d53c50a6057e7872df06 (patch) | |
tree | 12dd91969eace0a1017801702b4da05020cbefd3 /coreutils | |
parent | 75e1e7b3d538fa1a2396cd36122e0be702931345 (diff) | |
download | busybox-53772869bc4ecfe68ac8d53c50a6057e7872df06.tar.gz |
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')
-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..597a4d581 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -48,6 +48,7 @@ //usage:#define who_full_usage "\n\n" //usage: "Show who is logged on\n" //usage: "\n -a Show all" +//usage: "\n -a Print column headers" #include "libbb.h" |