]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Remove TAB from diagnostic, for consistency.
authorJim Meyering <jim@meyering.net>
Mon, 21 Oct 1996 21:49:41 +0000 (21:49 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 21 Oct 1996 21:49:41 +0000 (21:49 +0000)
src/stty.c

index a5632d690bc6b5be357468844b2ce985e144c10d..b61500dfde44d87731201719b82b965a12969af5 100644 (file)
@@ -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))