1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(usage): Add a one-line description.

This commit is contained in:
Jim Meyering
1999-02-16 04:15:46 +00:00
parent 07c6f5e387
commit 4eb7ae21e8

View 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)
{