From 8acb03197664c1f2bb75c98136ff20470cfe74a7 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 10 Feb 2014 21:39:51 +0100 Subject: [PATCH] help: fix a line ending, and use the same word for similar things * src/main.c (usage): Change a stray 'n' to a newline, and use the word "display" for showing version info as for help text. --- src/main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 54d9dfc..afe76b7 100644 --- a/src/main.c +++ b/src/main.c @@ -1569,8 +1569,8 @@ Regexp selection and interpretation:\n"), program_name); Miscellaneous:\n\ -s, --no-messages suppress error messages\n\ -v, --invert-match select non-matching lines\n\ - -V, --version print version information and exit\n\ - --help display this help and exit\nn")); + -V, --version display version information and exit\n\ + --help display this help text and exit\n\n")); printf (_("\ \n\ Output control:\n\ -- 1.7.0.4