]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Add a one-line description.
authorJim Meyering <jim@meyering.net>
Tue, 16 Feb 1999 04:15:46 +0000 (04:15 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 16 Feb 1999 04:15:46 +0000 (04:15 +0000)
src/pinky.c

index d4c337a2807a63c87d8cd712df69580afa286ee1..5f7ee81ccfd0dc08a704384377efad2d3cae9538 100644 (file)
@@ -424,6 +424,7 @@ usage (int status)
       --help      display this help and exit\n\
       --version   output version information and exit\n\
 \n\
+A lightweight `finger' program;  print user information.
 The utmp file will be %s.\n\
 "), UTMP_FILE);
       puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
@@ -441,7 +442,8 @@ main (int argc, char *const argv[])
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
 
-  while ((optc = getopt_long (argc, argv, "sfwiqbhlp", longopts, &longind)) != -1)
+  while ((optc = getopt_long (argc, argv, "sfwiqbhlp", longopts, &longind))
+        != -1)
     {
       switch (optc)
        {