Fixed the help for the -n option.
authorFrancois Fleuret <francois@fleuret.org>
Wed, 13 Apr 2011 07:02:53 +0000 (09:02 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Wed, 13 Apr 2011 07:02:53 +0000 (09:02 +0200)
selector.1
selector.c

index a5b5f24..095c76e 100644 (file)
@@ -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
index 9be758a..489386a 100644 (file)
@@ -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");