From 53772869bc4ecfe68ac8d53c50a6057e7872df06 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 17 Apr 2012 16:11:25 +0200 Subject: who,less: tweaked help text function old new delta packed_usage 29176 29173 -3 Signed-off-by: Denys Vlasenko --- coreutils/who.c | 1 + 1 file changed, 1 insertion(+) (limited to 'coreutils') diff --git a/coreutils/who.c b/coreutils/who.c index c6c925264..597a4d581 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -48,6 +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" #include "libbb.h" -- cgit v1.2.3