From c84d5d59dd658f46089a3877b0195f67e19d65cd Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 26 Jun 2009 16:26:49 +0200 Subject: [PATCH] Automatic commit --- selector.1 | 4 ++-- selector.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/selector.1 b/selector.1 index 2f675a4..8bd9791 100644 --- a/selector.1 +++ b/selector.1 @@ -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 diff --git a/selector.cc b/selector.cc index 739f6f8..2dadb5d 100644 --- a/selector.cc +++ b/selector.cc @@ -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 -- 2.20.1