diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-04-18 14:38:15 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-04-18 14:38:15 +0200 |
commit | b110e1fecb4398524e857d772c5cc635615b0ac4 (patch) | |
tree | b473915e57b2df5b836916c2b56e37a108cc1e84 | |
parent | d778e6c6f81b0b1c74602c5c6ddf8d1b235146de (diff) | |
download | busybox-w32-b110e1fecb4398524e857d772c5cc635615b0ac4.tar.gz busybox-w32-b110e1fecb4398524e857d772c5cc635615b0ac4.tar.bz2 busybox-w32-b110e1fecb4398524e857d772c5cc635615b0ac4.zip |
who: fix typo in help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | coreutils/who.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/who.c b/coreutils/who.c index 597a4d581..f955ce6d3 100644 --- a/coreutils/who.c +++ b/coreutils/who.c | |||
@@ -48,7 +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 | //usage: "\n -H Print column headers" |
52 | 52 | ||
53 | #include "libbb.h" | 53 | #include "libbb.h" |
54 | 54 | ||