From 45fd07db2a2574d9d1e24a842ea0dc546fd27776 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 4 Jun 2009 08:50:10 +0200 Subject: [PATCH] Added the short help for -w. --- selector.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/selector.cc b/selector.cc index 5480539..cd60eea 100644 --- a/selector.cc +++ b/selector.cc @@ -777,6 +777,7 @@ int main(int argc, char **argv) { << endl << " -h show this help" << endl << " -v inject the selected line in the tty" << endl + << " -w quotes control characters with ^Qs" << endl << " -d remove duplicated lines" << endl << " -b remove the bash history line prefix" << endl << " -z remove the zsh history line prefix" << endl -- 2.20.1