diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-04 14:02:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-04 14:02:14 +0000 |
commit | ff743d54518df91ff57420a2a7a1e4cd72607bf7 (patch) | |
tree | 15b8393b09e95980821123a9df638b03cf6578fd /src/stty.c | |
parent | 0f67dfcaa3d0db4a795057a80e4c00cef81875d3 (diff) | |
download | coreutils-ff743d54518df91ff57420a2a7a1e4cd72607bf7.tar.xz |
(main): Include author name argument in call to parse_long_options.
Diffstat (limited to 'src/stty.c')
-rw-r--r-- | src/stty.c | 3 |
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; |