Version 1.1.2.
authorFrancois Fleuret <francois@fleuret.org>
Mon, 28 Jun 2010 16:36:03 +0000 (18:36 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Mon, 28 Jun 2010 16:36:03 +0000 (18:36 +0200)
selector.1
selector.c

index dd6d135..b32325a 100644 (file)
@@ -1,4 +1,4 @@
-.TH "SELECTOR" "1.1.1" "April 2010" "Francois Fleuret" "User Commands"
+.TH "SELECTOR" "1.1.2" "April 2010" "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
@@ -91,7 +91,9 @@ make a flash instead of a beep when there is an edition error
 state that all following arguments are filenames
 .TP
 \fB--bash\fR
-standard setting for bash history search, same as as -b -i -d -v -w
+standard setting for bash history search, same as
+
+-b -i -d -v -w -l ${HISTSIZE}
 .TP
 \fB-t \fI<title>\fR, \fB--title \fI<title>\fR
 add a title in the modeline
@@ -125,7 +127,7 @@ specify the maximum number of lines to take into account
 
 To use selector to search into your bash history
 
-.B selector -q --bash -l ${HISTSIZE} <(history)
+.B selector -q --bash <(history)
 
 To show a list of directories and insert a cd command to the selected
 one (using @ as a separator)
index e2f8f79..803d3c9 100644 (file)
@@ -45,7 +45,7 @@
 #include <getopt.h>
 #include <limits.h>
 
-#define VERSION "1.1.1"
+#define VERSION "1.1.2"
 
 #define BUFFER_SIZE 4096