From: Denys Vlasenko Date: Wed, 18 Apr 2012 12:38:15 +0000 (+0200) Subject: who: fix typo in help text X-Git-Tag: 1_20_0~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b110e1fecb4398524e857d772c5cc635615b0ac4;p=oweals%2Fbusybox.git who: fix typo in help text Signed-off-by: Denys Vlasenko --- 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 @@ //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"