diff options
author | Jim Meyering <jim@meyering.net> | 1999-02-16 04:22:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-02-16 04:22:00 +0000 |
commit | 824529d0aaf4d7b979048f6ad52a766611c99a7d (patch) | |
tree | 18553e05e861a19be793ce255dfca3f6beb20ea0 /src/pinky.c | |
parent | 7568de86540328351e6c135e165df8acb6322c12 (diff) | |
download | coreutils-824529d0aaf4d7b979048f6ad52a766611c99a7d.tar.xz |
(usage): add \n\
Diffstat (limited to 'src/pinky.c')
-rw-r--r-- | src/pinky.c | 2 |
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>.")); |