From patchwork Sat Sep 28 12:50:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Johannes_L=C3=B6thberg?= X-Patchwork-Id: 1239 Return-Path: Delivered-To: patchwork@archlinux.org Received: from apollo.archlinux.org (localhost [127.0.0.1]) by apollo.archlinux.org (Postfix) with ESMTP id D8459141A8C73 for ; Sat, 28 Sep 2019 12:50:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on apollo X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED=0.1, DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_MED=-2.3,SPF_HELO_NONE=0.001,T_DMARC_POLICY_NONE=0.01 autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-BL-Results: [127.0.9.2] Received: from orion.archlinux.org (orion.archlinux.org [88.198.91.70]) by apollo.archlinux.org (Postfix) with ESMTPS for ; Sat, 28 Sep 2019 12:50:28 +0000 (UTC) Received: from orion.archlinux.org (localhost [127.0.0.1]) by orion.archlinux.org (Postfix) with ESMTP id 6E2E71588ED442; Sat, 28 Sep 2019 12:50:27 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [IPv6:2a01:4f8:160:3033::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by orion.archlinux.org (Postfix) with ESMTPS; Sat, 28 Sep 2019 12:50:27 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 669B52CAA0; Sat, 28 Sep 2019 12:50:27 +0000 (UTC) Authentication-Results: luna.archlinux.org; dkim=pass (1024-bit key) header.d=kyriasis.com header.i=@kyriasis.com header.b=d/3zjnJ8 Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 202FB2CA8D for ; Sat, 28 Sep 2019 12:50:24 +0000 (UTC) Received: from theos.kyriasis.com (theos.kyriasis.com [IPv6:2a01:7e00:e000:136::1]) by luna.archlinux.org (Postfix) with ESMTPS for ; Sat, 28 Sep 2019 12:50:24 +0000 (UTC) Received: from theos.kyriasis.com (localhost [127.0.0.1]) by theos.kyriasis.com (OpenSMTPD) with ESMTP id b6c865ce; Sat, 28 Sep 2019 12:50:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=kyriasis.com; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=theos; bh=arxVwBGOMRMNaiHNaxGg455j sw4=; b=d/3zjnJ8LYbYpjTbV4IcCsp3EsiIQlGhoO1yFgpbkXRqm3MtUw8Oj+zq Mld2DBHkHRaBat07VA+Wxue14zQKckmnY1uS4FXKRLPsAl1CZRxerqErYmEafORn LduTAp2wOKVu156LfcfDaEuRWLpbMRgjT8dA+hbUBVZcswz47FU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=kyriasis.com; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=theos; b=CWeqrWFGBhfMcNwPqm vmHm8c4SQuy/RZ2mar5rL+USt0qrTubOKXc6MsZWdZXyOzmQldHYyOSHC/pZeUc/ f7yXtsWREBoCLaGIB2IOQAI5K2WToAqSVIKUMtOtSs291quSa9iwMBFG4WmSFUy/ /cf5azxQIfhIcZopvXiwoSBWQ= Received: from hydrogen.kyriasis.com (h-52-10.A572.priv.bahnhof.se [158.174.52.10]) by theos.kyriasis.com (OpenSMTPD) with ESMTPSA id 7b7343d2 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sat, 28 Sep 2019 12:50:16 +0000 (UTC) From: =?utf-8?q?Johannes_L=C3=B6thberg?= To: pacman-contrib@lists.archlinux.org Subject: [PATCH] paccache: Fix parsing of --move argument Date: Sat, 28 Sep 2019 14:50:07 +0200 Message-Id: <20190928125007.652434-1-johannes@kyriasis.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 X-BeenThere: pacman-contrib@lists.archlinux.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for pacman-contrib development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Self-Perfection , =?utf-8?q?Johannes_L?= =?utf-8?q?=C3=B6thberg?= Errors-To: pacman-contrib-bounces@lists.archlinux.org Sender: "pacman-contrib" From: Self-Perfection Signed-off-by: Alexander Meshcheryakov Signed-off-by: Johannes Löthberg --- src/paccache.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paccache.sh.in b/src/paccache.sh.in index 9c37c65..c7265ba 100644 --- a/src/paccache.sh.in +++ b/src/paccache.sh.in @@ -227,7 +227,7 @@ version() { } OPT_SHORT=':a:c:dfhi:k:m:qrsuVvz' -OPT_LONG=('arch:' 'cachedir:' 'dryrun' 'force' 'help' 'ignore:' 'keep:' 'move' +OPT_LONG=('arch:' 'cachedir:' 'dryrun' 'force' 'help' 'ignore:' 'keep:' 'move:' 'nocolor' 'quiet' 'remove' 'uninstalled' 'version' 'verbose' 'null' 'min-atime:' 'min-mtime:')