diff options
Diffstat (limited to 'src/ln.c')
-rw-r--r-- | src/ln.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "ln" -#define WRITTEN_BY _("Written by Mike Parker and David MacKenzie.") +#define AUTHORS "Mike Parker", "David MacKenzie" #ifndef ENABLE_HARD_LINK_TO_SYMLINK_WARNING # define ENABLE_HARD_LINK_TO_SYMLINK_WARNING 0 @@ -484,7 +484,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); break; |