diff options
Diffstat (limited to 'coreutils/who.c')
-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 be9c3ccca..3725d77f5 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -78,7 +78,7 @@ // root pts/1 Mon13 3:24m 1:01 0.01s w //usage:#define who_trivial_usage -//usage: "[-a]" +//usage: "[-aH]" //usage:#define who_full_usage "\n\n" //usage: "Show who is logged on\n" //usage: "\n -a Show all" |