From: Jim Meyering Date: Mon, 21 Oct 1996 21:49:41 +0000 (+0000) Subject: (main): Remove TAB from diagnostic, for consistency. X-Git-Tag: TEXTUTILS-1_19o~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4f54f83f7076a73cfa98cc81ba0123f5910509;p=thirdparty%2Fcoreutils.git (main): Remove TAB from diagnostic, for consistency. --- diff --git a/src/stty.c b/src/stty.c index a5632d690b..b61500dfde 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))