summaryrefslogtreecommitdiff
path: root/src/stty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stty.c')
-rw-r--r--src/stty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stty.c b/src/stty.c
index 0e4e38e25..6ceb2e528 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -704,7 +704,8 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- parse_long_options (argc, argv, "stty", GNU_PACKAGE, VERSION, usage);
+ parse_long_options (argc, argv, "stty", GNU_PACKAGE, VERSION,
+ "David MacKenzie", usage);
output_type = changed;
verbose_output = 0;