From 222e83056d46593431b7a1be323d884032199cd7 Mon Sep 17 00:00:00 2001 From: Göran Uddeborg Date: Mon, 15 Feb 2016 13:00:52 -0800 Subject: stty: fix translated --help so the gettext header is not printed * src/stty.c (usage): Remove an erroneous call to translate an empty string, added in commit v8.23-112-g564f84a, which results in the gettext header being printed for translated languages. * THANKS.in: Remove the now committer. * NEWS: Mention the bug fix. --- src/stty.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stty.c') diff --git a/src/stty.c b/src/stty.c index 30053cc51..44cdcddc6 100644 --- a/src/stty.c +++ b/src/stty.c @@ -953,8 +953,6 @@ Combination settings:\n\ #endif ); fputs (_("\ -"), stdout); - fputs (_("\ oddp same as parenb parodd cs7\n\ -oddp same as -parenb cs8\n\ [-]parity same as [-]evenp\n\ -- cgit v1.2.3-54-g00ecf