summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-16 04:22:00 +0000
committerJim Meyering <jim@meyering.net>1999-02-16 04:22:00 +0000
commit824529d0aaf4d7b979048f6ad52a766611c99a7d (patch)
tree18553e05e861a19be793ce255dfca3f6beb20ea0 /src
parent7568de86540328351e6c135e165df8acb6322c12 (diff)
downloadcoreutils-824529d0aaf4d7b979048f6ad52a766611c99a7d.tar.xz
(usage): add \n\
Diffstat (limited to 'src')
-rw-r--r--src/pinky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pinky.c b/src/pinky.c
index 5f7ee81cc..0f0327ea5 100644
--- a/src/pinky.c
+++ b/src/pinky.c
@@ -424,7 +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.
+A lightweight `finger' program; print user information.\n\
The utmp file will be %s.\n\
"), UTMP_FILE);
puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));