diff options
Diffstat (limited to 'src/mv.c')
-rw-r--r-- | src/mv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "mv" -#define WRITTEN_BY _("Written by Mike Parker, David MacKenzie, and Jim Meyering.") +#define AUTHORS "Mike Parker", "David MacKenzie", "Jim Meyering" /* Initial number of entries in each hash table entry's table of inodes. */ #define INITIAL_HASH_MODULE 100 @@ -436,7 +436,7 @@ main (int argc, char **argv) backup_suffix_string = 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); } |