aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-02-21 13:51:50 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-02-21 13:51:50 -0800
commit4697bf847a527800d7d26b124dbcb53cb22bfff7 (patch)
treededad0061b3fcf74d7568e7dcd0788cfcbb958b3
parentreadonly mode for processing new as well. (diff)
downloadbackend-4697bf847a527800d7d26b124dbcb53cb22bfff7.tar.gz
backend-4697bf847a527800d7d26b124dbcb53cb22bfff7.tar.bz2
backend-4697bf847a527800d7d26b124dbcb53cb22bfff7.zip
cleanup usage.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xag2
1 files changed, 1 insertions, 1 deletions
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