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 f2e37ce8e..6f62cb739 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 AUTHORS "David MacKenzie"
+#define WRITTEN_BY _("Written by David MacKenzie.")
/* How many iterations between ferror checks. */
#define UNROLL 10000
@@ -77,7 +77,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,
- AUTHORS, usage);
+ WRITTEN_BY, usage);
if (argc == 1)
{