diff options
Diffstat (limited to 'src/uname.c')
-rw-r--r-- | src/uname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uname.c b/src/uname.c index 87af1a216..47f9ff45c 100644 --- a/src/uname.c +++ b/src/uname.c @@ -50,7 +50,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "uname" -#define WRITTEN_BY _("Written by David MacKenzie.") +#define AUTHORS "David MacKenzie" /* Values that are bitwise or'd into `toprint'. */ /* Kernel name. */ @@ -203,7 +203,7 @@ main (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); |