commit:     4697bf847a527800d7d26b124dbcb53cb22bfff7
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 21:51:50 2015 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 21:51:50 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=4697bf84

cleanup usage.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

---
 ag | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ag b/ag
index b9f3f75..cf48c4b 100755
--- a/ag
+++ b/ag
@@ -22,7 +22,7 @@ $options.debug = false
 $options.readonly = false
 
 op = OptionParser.new do |opts|
-  opts.banner = "Usage: ag 
<<--index-full|--index-new|--delete|--reindex|--info> <--list listname>> 
<maildir/file/hash/messageid> [options]"
+  opts.banner = "Usage: ag 
<<--index-full|--index-new|--delete|--reindex|--info> <--list listname>> 
<[--file|--msgid|--hash] <maildir/file/hash/messageid>> [options]"
 
   opts.on('--index-full', 'Read the full past archive from the .cur Maildir') 
do
     abort 'Can only select one action' if $options.action != nil

Reply via email to