diff options
author | Jim Meyering <jim@meyering.net> | 1994-04-19 00:45:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-04-19 00:45:54 +0000 |
commit | f1e328029666c5018abcfc6eda679b9cb659fea7 (patch) | |
tree | 2ab3352003ff2e40609c53f69e8666e77332603c /src/stty.c | |
parent | 85274fb9106b3484d4fe48102417b6dbda0e500d (diff) | |
download | coreutils-f1e328029666c5018abcfc6eda679b9cb659fea7.tar.xz |
.
Diffstat (limited to 'src/stty.c')
-rw-r--r-- | src/stty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stty.c b/src/stty.c index 3232a5bf9..5d8e864fd 100644 --- a/src/stty.c +++ b/src/stty.c @@ -639,7 +639,7 @@ main (argc, argv) program_name = argv[0]; - parse_long_options (argc, argv, usage); + parse_long_options (argc, argv, "stty", usage); output_type = changed; verbose_output = 0; |