summaryrefslogtreecommitdiff
path: root/src/yes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/yes.c')
-rw-r--r--src/yes.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/yes.c b/src/yes.c
index 213dd987c..1293fadb1 100644
--- a/src/yes.c
+++ b/src/yes.c
@@ -38,12 +38,10 @@ usage (status)
{
printf ("Usage: %s [OPTION]... [STRING]...\n", program_name);
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\
-\n\
-Without any STRING, assume `y'.\n\
-");
+ --version output version information and exit\n");
}
exit (status);
}