From b110e1fecb4398524e857d772c5cc635615b0ac4 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 18 Apr 2012 14:38:15 +0200 Subject: [PATCH] who: fix typo in help text Signed-off-by: Denys Vlasenko --- coreutils/who.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreutils/who.c b/coreutils/who.c index 597a4d5..f955ce6 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -48,7 +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" +//usage: "\n -H Print column headers" #include "libbb.h" -- 2.7.4