From cae964f858e9c1cc6f4c6da2d2963ad7f4cd59f1 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Wed, 13 Apr 2011 09:02:53 +0200 Subject: [PATCH] Fixed the help for the -n option. --- selector.1 | 2 +- selector.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/selector.1 b/selector.1 index a5b5f24..095c76e 100644 --- a/selector.1 +++ b/selector.1 @@ -85,7 +85,7 @@ start in regexp mode start in case sensitive mode .TP \fB-n\fR, \fB--exclamation-negates\fR -substrings starting with an exclamation point must be absent for a line +substrings starting with an exclamation mark must be absent for a line to match .TP \fB-q\fR, \fB--no-beep\fR diff --git a/selector.c b/selector.c index 9be758a..489386a 100644 --- a/selector.c +++ b/selector.c @@ -188,7 +188,7 @@ void usage(FILE *out) { fprintf(out, " -a, --case-sensitive\n"); fprintf(out, " start in case sensitive mode\n"); fprintf(out, " -n, --exclamation-negates\n"); - fprintf(out, " exclamation points in substring requires the string to be absent\n"); + fprintf(out, " substrings starting with an exclamation mark have to be absent\n"); fprintf(out, " -m, --monochrome\n"); fprintf(out, " monochrome mode\n"); fprintf(out, " -q, --no-beep\n"); -- 2.20.1