diff options
Diffstat (limited to 'src/stty.c')
-rw-r--r-- | src/stty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stty.c b/src/stty.c index a01cc2b6b..d47ab2f27 100644 --- a/src/stty.c +++ b/src/stty.c @@ -63,7 +63,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "stty" -#define WRITTEN_BY _("Written by David MacKenzie.") +#define AUTHORS "David MacKenzie" #ifndef _POSIX_VDISABLE # define _POSIX_VDISABLE ((unsigned char) 0) @@ -750,7 +750,7 @@ main (int argc, char **argv) atexit (close_stdout); parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, - WRITTEN_BY, usage); + usage, AUTHORS, NULL); output_type = changed; verbose_output = 0; |