summaryrefslogtreecommitdiff
path: root/src/yes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/yes.c')
-rw-r--r--src/yes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yes.c b/src/yes.c
index f77ec5630..65e5342e0 100644
--- a/src/yes.c
+++ b/src/yes.c
@@ -30,7 +30,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "yes"
-#define WRITTEN_BY _("Written by David MacKenzie.")
+#define AUTHORS "David MacKenzie"
/* The name this program was run with. */
char *program_name;
@@ -74,7 +74,7 @@ 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, PROGRAM_NAME, GNU_PACKAGE, VERSION,
- WRITTEN_BY, usage);
+ usage, AUTHORS, NULL);
if (argc == 1)
{