diff options
Diffstat (limited to 'src/tail.c')
-rw-r--r-- | src/tail.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tail.c b/src/tail.c index 8575c18ce..4b14225e8 100644 --- a/src/tail.c +++ b/src/tail.c @@ -45,8 +45,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "tail" -#define WRITTEN_BY \ - _("Written by Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering.") +#define AUTHORS \ + "Paul Rubin", "David MacKenzie, Ian Lance Taylor", "Jim Meyering" #ifndef ENOSYS /* Some systems don't have ENOSYS -- this should be a big enough @@ -1623,7 +1623,7 @@ parse_options (int argc, char **argv, case_GETOPT_HELP_CHAR; - case_GETOPT_VERSION_CHAR (PROGRAM_NAME, WRITTEN_BY); + case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS); default: usage (EXIT_FAILURE); |