From 42c2c8bc64a8182a29d0e23526c78cbbbf074b06 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Wed, 18 Mar 2009 08:35:13 +0100 Subject: [PATCH] Cosmectics. --- selector.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/selector.cc b/selector.cc index 42c36a3..06456ab 100644 --- a/selector.cc +++ b/selector.cc @@ -497,13 +497,13 @@ int main(int argc, char **argv) { << "Usage: " << argv[0] << " [options] -f " << endl << endl << " -h show this help" << endl - << " -v inject the selection in the tty" << endl - << " -m monochrome mode" << endl + << " -v inject the selected line in the tty" << endl << " -d remove duplicated lines" << endl - << " -e regexp mode when starting" << endl << " -b remove the bash history line prefix" << endl << " -z remove the zsh history line prefix" << endl - << " -i invert the line order" << endl + << " -i invert the order of lines" << endl + << " -e start in regexp mode" << endl + << " -m monochrome mode" << endl << " -c " << endl << " set the display colors" << endl << " -o " << endl -- 2.20.1