summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stat.c b/src/stat.c
index 8b9881653..aa75e17d7 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -87,7 +87,7 @@
#define PROGRAM_NAME "stat"
-#define AUTHORS "Michael Meskes"
+#define WRITTEN_BY _("Written by Michael Meskes.")
static struct option const long_options[] = {
{"link", no_argument, 0, 'l'}, /* deprecated. FIXME: remove in 2003 */
@@ -807,7 +807,7 @@ main (int argc, char *argv[])
case_GETOPT_HELP_CHAR;
- case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
+ case_GETOPT_VERSION_CHAR (PROGRAM_NAME, WRITTEN_BY);
default:
usage (EXIT_FAILURE);