Automatic commit
authorFrancois Fleuret <francois@fleuret.org>
Fri, 26 Jun 2009 14:26:49 +0000 (16:26 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 26 Jun 2009 14:26:49 +0000 (16:26 +0200)
selector.1
selector.cc

index 2f675a4..8bd9791 100644 (file)
@@ -59,9 +59,9 @@ remove the time prefix from zsh history
 remove duplicated lines (note that you can have two different lines
 with the same visible part if you use the -x option)
 .IP "\fB-e\fP" 10
-start in the regexp mode
+start in regexp mode
 .IP "\fB-a\fP" 10
-start in the case-sensitive mode
+start in case sensitive mode
 .IP "\fB-q\fP" 10
 make a flash instead of a beep when there is an edition error
 .IP "\fB--\fP" 10
index 739f6f8..2dadb5d 100644 (file)
@@ -791,7 +791,7 @@ int main(int argc, char **argv) {
          << " -z      remove the zsh history line prefix" << endl
          << " -i      invert the order of lines" << endl
          << " -e      start in regexp mode" << endl
-         << " -a      case sensitive" << endl
+         << " -a      start in case sensitive mode" << endl
          << " -m      monochrome mode" << endl
          << " -q      make a flash instead of a beep on an edition error" << endl
          << " --      all following arguments are filenames" << endl