From 635b1b5b6e5c7339a295f6a84b972f048f50fec2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 May 1995 04:53:56 +0000 Subject: (usage): Add one- and two-line descriptions to --help output. From Karl. --- src/who.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/who.c') diff --git a/src/who.c b/src/who.c index 659b848ac..d10d014ea 100644 --- a/src/who.c +++ b/src/who.c @@ -544,12 +544,11 @@ usage (status) { printf ("Usage: %s [OPTION]... [ FILE ]\n", program_name); printf ("\ +Output who is currently logged in according to FILE.\n\ +If FILE not given, uses /etc/utmp. /etc/wtmp as FILE is common.\n\ \n\ --help display this help and exit\n\ - --version output version information and exit\n\ -\n\ -If FILE not given, uses /etc/utmp. /etc/wtmp as FILE is common.\n\ -"); + --version output version information and exit\n"); } exit (status); } -- cgit v1.2.3-54-g00ecf