diff options
Diffstat (limited to 'src/yes.c')
-rw-r--r-- | src/yes.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,8 +55,8 @@ Usage: %s [STRING]...\n\ printf (_("\ Repeatedly output a line with all specified STRING(s), or `y'.\n\ \n\ - --help display this help and exit\n\ - --version output version information and exit\n")); + --help display this help and exit\n\ + --version output version information and exit\n")); puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); } exit (status); |