diff options
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..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 | ||