Changed the help for the -j option.
[selector.git] / selector.1
index 0446d14..5ea32e9 100644 (file)
@@ -1,4 +1,4 @@
-.TH "SELECTOR" "1.1.4" "October 2011" "Francois Fleuret" "User Commands"
+.TH "SELECTOR" "1.1.6" "February 2012" "Francois Fleuret" "User Commands"
 
 \" This man page was written by Francois Fleuret <francois@fleuret.org>
 \" and is distributed under a Creative Commons Attribution-Share Alike
 
 \" This man page was written by Francois Fleuret <francois@fleuret.org>
 \" and is distributed under a Creative Commons Attribution-Share Alike
@@ -35,6 +35,15 @@ character will be returned.
 Note that because this is an interactive command, the standard input
 can not be used as one of the input files.
 
 Note that because this is an interactive command, the standard input
 can not be used as one of the input files.
 
+.SH "USING SELECTOR IN BASH"
+
+The selector command comes with a shell script for bash. If you add
+
+.B source bash-selector.sh --hist --cd
+
+in your \fB~/.bashrc\fR, it will remap M-r to the smart history search,
+and redefine cd so that M-c provides a smart cd history.
+
 .SH "KEY BINDINGS"
 
 Keys corresponding to ASCII codes between " " and "~" add a character
 .SH "KEY BINDINGS"
 
 Keys corresponding to ASCII codes between " " and "~" add a character
@@ -82,16 +91,18 @@ with the same visible part if you use the -x option)
 start in regexp mode
 .TP
 \fB-a\fR, \fB--case-sensitive\fR
 start in regexp mode
 .TP
 \fB-a\fR, \fB--case-sensitive\fR
-start in case sensitive mode
+start in case-sensitive mode
+.TP
+\fB-j\fR, \fB--show-long-lines\fR
+print a long-line indicator at the end of truncated lines
+.TP
+\fB-y\fR, \fB--show-hits\fR
+highlight the part(s) of each line which match the substrings or regexp
 .TP
 \fB-u\fR, \fB--upper-case-makes-case-sensitive\fR
 using an upper case in the matching string makes the matching
 case-sensitive
 .TP
 .TP
 \fB-u\fR, \fB--upper-case-makes-case-sensitive\fR
 using an upper case in the matching string makes the matching
 case-sensitive
 .TP
-\fB-n\fR, \fB--exclamation-negates\fR
-substrings starting with an exclamation mark must be absent for a line
-to match
-.TP
 \fB-q\fR, \fB--no-beep\fR
 make a flash instead of a beep when there is an edition error
 .TP
 \fB-q\fR, \fB--no-beep\fR
 make a flash instead of a beep when there is an edition error
 .TP
@@ -131,18 +142,6 @@ selection from the line to return
 \fB-l \fI<number>\fR, \fB--number-of-lines \fI<number>\fR
 specify the maximum number of lines to take into account
 
 \fB-l \fI<number>\fR, \fB--number-of-lines \fI<number>\fR
 specify the maximum number of lines to take into account
 
-.SH "USAGE WITH BASH"
-
-The selector command comes with a shell script for bash. If you add
-
-.B . bash-selector.sh
-
-in your
-.IR ~/.bashrc
-(do not forget the dot before the command name), it will remap M-r to
-the smart history search, and redefine cd to have M-c provide a smart
-cd history.
-
 .SH "EXAMPLES"
 
 To use selector to search into your bash history
 .SH "EXAMPLES"
 
 To use selector to search into your bash history