summaryrefslogtreecommitdiff
path: root/src/yes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/yes.c')
-rw-r--r--src/yes.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/yes.c b/src/yes.c
index 4e3f4afcd..2a6daa286 100644
--- a/src/yes.c
+++ b/src/yes.c
@@ -57,7 +57,8 @@ main (int argc, char **argv)
/* Don't recognize --help or --version if POSIXLY_CORRECT is set. */
if (getenv ("POSIXLY_CORRECT") == NULL)
- parse_long_options (argc, argv, "yes", GNU_PACKAGE, VERSION, usage);
+ parse_long_options (argc, argv, "yes", GNU_PACKAGE, VERSION,
+ "David MacKenzie", usage);
if (argc == 1)
while (1)