summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-21 21:49:41 +0000
committerJim Meyering <jim@meyering.net>1996-10-21 21:49:41 +0000
commit7b4f54f83f7076a73cfa98cc81ba0123f5910509 (patch)
tree39e7d9f745bce0d0ca36f6e8431f803e72d37e8d
parent24b532175e07495c3dcfc3528ed56b5f8d22aba5 (diff)
downloadcoreutils-7b4f54f83f7076a73cfa98cc81ba0123f5910509.tar.xz
(main): Remove TAB from diagnostic, for consistency.
-rw-r--r--src/stty.c2
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))