summaryrefslogtreecommitdiff
path: root/src/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pwd.c')
-rw-r--r--src/pwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pwd.c b/src/pwd.c
index c4be503d8..1c0a0376d 100644
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -29,7 +29,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "pwd"
-#define AUTHORS "Jim Meyering"
+#define WRITTEN_BY _("Written by Jim Meyering.")
/* The name this program was run with. */
char *program_name;
@@ -68,7 +68,7 @@ main (int argc, char **argv)
atexit (close_stdout);
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
- AUTHORS, usage);
+ WRITTEN_BY, usage);
if (1 < argc)
error (0, 0, _("ignoring non-option arguments"));