X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=blobdiff_plain;f=selector.c;h=489386a515b0c80431d53b81ec7bba06c771e076;hp=9be758a840d9f07ce3815c4030e7de5c0505155b;hb=cae964f858e9c1cc6f4c6da2d2963ad7f4cd59f1;hpb=8cd37ef953b9533401d63cddc72d3baa98fdfb96 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");