summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-16 04:15:46 +0000
committerJim Meyering <jim@meyering.net>1999-02-16 04:15:46 +0000
commit4eb7ae21e829ad269a1140c35149e81ffa6d9b55 (patch)
tree9231bd7266a4c8637d9f13708eeb59958344f530 /src
parent07c6f5e387993ee8ce974d0fbdec49283fd72ffb (diff)
downloadcoreutils-4eb7ae21e829ad269a1140c35149e81ffa6d9b55.tar.xz
(usage): Add a one-line description.
Diffstat (limited to 'src')
-rw-r--r--src/pinky.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pinky.c b/src/pinky.c
index d4c337a28..5f7ee81cc 100644
--- a/src/pinky.c
+++ b/src/pinky.c
@@ -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)
{