From 01cd9570c7e51e0e1e472f965d9f774c761a8521 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 16 Nov 2007 05:24:43 +0000 Subject: who: add -a (by Tito) --- include/usage.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 953645ba0..592316ace 100644 --- a/include/usage.h +++ b/include/usage.h @@ -4112,9 +4112,11 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when "/bin/login\n" #define who_trivial_usage \ - " " + "[-a]" #define who_full_usage \ - "Print the current user names and related information" + "Show who is logged on" \ + "\n\nOptions:\n" \ + " -a show all" #define whoami_trivial_usage \ "" -- cgit v1.2.3