summaryrefslogtreecommitdiff
path: root/src/whoami.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/whoami.c')
-rw-r--r--src/whoami.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/whoami.c b/src/whoami.c
index 019379e87..be7bc04a6 100644
--- a/src/whoami.c
+++ b/src/whoami.c
@@ -30,7 +30,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "whoami"
-#define AUTHORS "Richard Mlynarik"
+#define WRITTEN_BY _("Written by Richard Mlynarik.")
/* The name this program was run with. */
char *program_name;
@@ -77,7 +77,7 @@ main (int argc, char **argv)
atexit (close_stdout);
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
- AUTHORS, usage);
+ WRITTEN_BY, usage);
while ((c = getopt_long (argc, argv, "", long_options, NULL)) != -1)
{