summaryrefslogtreecommitdiff
path: root/src/mknod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mknod.c')
-rw-r--r--src/mknod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mknod.c b/src/mknod.c
index d3af094af..1d8278a57 100644
--- a/src/mknod.c
+++ b/src/mknod.c
@@ -31,7 +31,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "mknod"
-#define WRITTEN_BY _("Written by David MacKenzie.")
+#define AUTHORS "David MacKenzie"
/* The name this program was run with. */
char *program_name;
@@ -113,7 +113,7 @@ main (int argc, char **argv)
specified_mode = optarg;
break;
case_GETOPT_HELP_CHAR;
- case_GETOPT_VERSION_CHAR (PROGRAM_NAME, WRITTEN_BY);
+ case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
default:
usage (EXIT_FAILURE);
}