From patchwork Wed Apr 24 19:33:55 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: 1090 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 F3D6AD9F3503 for ; Wed, 24 Apr 2019 19:34:20 +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,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 [IPv6:2a01:4f8:160:6087::1]) by apollo.archlinux.org (Postfix) with ESMTPS for ; Wed, 24 Apr 2019 19:34:20 +0000 (UTC) Received: from orion.archlinux.org (localhost [127.0.0.1]) by orion.archlinux.org (Postfix) with ESMTP id 0060B121ADB002; Wed, 24 Apr 2019 19:34:15 +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; Wed, 24 Apr 2019 19:34:14 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id E0CF22C01F; Wed, 24 Apr 2019 19:34:14 +0000 (UTC) Authentication-Results: luna.archlinux.org; dkim=pass (1024-bit key) header.d=kyriasis.com header.i=@kyriasis.com header.b=Du8UQrcT Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 189B8288FB for ; Wed, 24 Apr 2019 19:34:12 +0000 (UTC) Received: from theos.kyriasis.com (theos.kyriasis.com [IPv6:2a01:7e00:e000:136::1]) by luna.archlinux.org (Postfix) with ESMTPS for ; Wed, 24 Apr 2019 19:34:12 +0000 (UTC) Received: from theos.kyriasis.com (localhost [127.0.0.1]) by theos.kyriasis.com (OpenSMTPD) with ESMTP id afb385e1 for ; Wed, 24 Apr 2019 19:34:11 +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=O7lIDHKQX+PLI2FW5R6EEgW3 UL0=; b=Du8UQrcT0SIm9X9p/RfYXMiaCozHUWJ3UxTzVn2hCe0ErukkmpCThsCM yfXOU/rrQEfTkboCEiG4Qcf3MjIejb82TdpgT6rTX+3sCswYX09/OTZGZ+qcpsof 1HNdJMIXKDCieGDN3fPlqcmCxW9Pjy+HyA0O7DBApYvr6ZbxmgM= 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=VDMz98oWz92h95x4/C X36IIN+5qkTQDWQd2npELuIpO2mZxbCVuUlh2pN7airmCKCPYShIjAxmUoQpSKM3 HHBB/M9pcLzBvyRtkqf+8tuMbM57INqrBe2nm/DzbXM9Ls0uf2tmGSNCt1p/Nn0c RlvZtAqctheJ4x+PZip+SH2Uw= Received: from hydrogen.kyriasis.com (h-52-10.A572.priv.bahnhof.se [158.174.52.10]) by theos.kyriasis.com (OpenSMTPD) with ESMTPSA id d992b348 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Wed, 24 Apr 2019 19:34:06 +0000 (UTC) From: =?utf-8?q?Johannes_L=C3=B6thberg?= To: pacman-contrib@lists.archlinux.org Subject: [PATCH] doc/checkupdates.8.txt: Update with -d option Date: Wed, 24 Apr 2019 21:33:55 +0200 Message-Id: <20190424193355.29394-1-johannes@kyriasis.com> X-Mailer: git-send-email 2.21.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: =?utf-8?q?Johannes_L=C3=B6thberg?= Errors-To: pacman-contrib-bounces@lists.archlinux.org Sender: "pacman-contrib" Signed-off-by: Johannes Löthberg --- doc/checkupdates.8.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/checkupdates.8.txt b/doc/checkupdates.8.txt index e7c5a92..ff10930 100644 --- a/doc/checkupdates.8.txt +++ b/doc/checkupdates.8.txt @@ -11,7 +11,7 @@ checkupdates - safely print a list of pending updates Synopsis -------- -'checkupdates' +'checkupdates' [options] Description @@ -21,6 +21,15 @@ Checks for pending updates using a separate Pacman database located in old and new version. +Options +------- +*-d, \--download*:: + Download any pending updates to the pacman cache. + +*-h, \--help*:: + Display syntax and command line options. + + Environment ----------- *CHECKUPDATES_DB*::