diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-21 21:49:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-21 21:49:41 +0000 |
commit | 7b4f54f83f7076a73cfa98cc81ba0123f5910509 (patch) | |
tree | 39e7d9f745bce0d0ca36f6e8431f803e72d37e8d | |
parent | 24b532175e07495c3dcfc3528ed56b5f8d22aba5 (diff) | |
download | coreutils-7b4f54f83f7076a73cfa98cc81ba0123f5910509.tar.xz |
(main): Remove TAB from diagnostic, for consistency.
-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 a5632d690..b61500dfd 100644 --- a/src/stty.c +++ b/src/stty.c @@ -715,7 +715,7 @@ main (int argc, char **argv) if (verbose_output && recoverable_output) error (2, 0, _("the options for verbose and stty-readable output styles are\n\ -\tmutually exclusive")); +mutually exclusive")); /* Specifying any other arguments with -a or -g gets an error. */ if (argc - optind > 0 && (verbose_output || recoverable_output)) |