From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E3B05138A87 for ; Sat, 21 Feb 2015 21:52:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D2DFE09B0; Sat, 21 Feb 2015 21:52:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4A92E09AE for ; Sat, 21 Feb 2015 21:52:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75CEE340ADE for ; Sat, 21 Feb 2015 21:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19A3212436 for ; Sat, 21 Feb 2015 21:52:06 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1424555510.4697bf847a527800d7d26b124dbcb53cb22bfff7.robbat2@gentoo> Subject: [gentoo-commits] proj/ag:master commit in: / X-VCS-Repository: proj/ag X-VCS-Files: ag X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 4697bf847a527800d7d26b124dbcb53cb22bfff7 X-VCS-Branch: master Date: Sat, 21 Feb 2015 21:52:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 80fbdc68-3782-422a-8b4d-fdcce06c8c3d X-Archives-Hash: a4900ca71aff12f30e3d62ef01c7b48e commit: 4697bf847a527800d7d26b124dbcb53cb22bfff7 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Feb 21 21:51:50 2015 +0000 Commit: Robin H. Johnson gentoo 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 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>> [options]" + opts.banner = "Usage: ag <<--index-full|--index-new|--delete|--reindex|--info> <--list listname>> <[--file|--msgid|--hash] > [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