From 44d122b9213a7c08959f5d6c162bf1687f9e7478 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 27 Sep 2015 09:01:42 +0200 Subject: [PATCH 2/3] stty: remove an inconsistent newline from an error message * src/stty.c: Remove an inappropriate \n from within an error message. --- src/stty.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/stty.c b/src/stty.c index 0833475..d8cd739 100644 --- a/src/stty.c +++ b/src/stty.c @@ -1151,7 +1151,7 @@ main (int argc, char **argv) /* Specifying both -a and -g gets an error. */ if (verbose_output && recoverable_output) error (EXIT_FAILURE, 0, - _("the options for verbose and stty-readable output styles are\n" + _("the options for verbose and stty-readable output styles are " "mutually exclusive")); /* Specifying any other arguments with -a or -g gets an error. */ -- 1.7.0.4