>From 3eaf2cedc28ef7bd85468839810ed369af1dd2fd Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 31 Aug 2008 23:26:37 +0200 Subject: [PATCH] who: add a general description to the help text --- src/who.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/who.c b/src/who.c index 94af8bf..5b17ef1 100644 --- a/src/who.c +++ b/src/who.c @@ -630,6 +630,9 @@ usage (int status) { printf (_("Usage: %s [OPTION]... [ FILE | ARG1 ARG2 ]\n"), program_name); fputs (_("\ +Print information about users who are currently logged in.\n\ +"), stdout); + fputs (_("\ \n\ -a, --all same as -b -d --login -p -r -t -T -u\n\ -b, --boot time of last system boot\n\ -- 1.5.6.4