From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24839 invoked by alias); 25 Aug 2017 14:31:47 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 41602 Received: (qmail 24509 invoked by uid 1010); 25 Aug 2017 14:31:47 -0000 X-Qmail-Scanner-Diagnostics: from mail-wm0-f52.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(74.125.82.52):SA:0(-1.4/5.0):. Processed in 1.205888 secs); 25 Aug 2017 14:31:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, RCVD_IN_SORBS_SPAM,SPF_PASS,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: w.vigolodasilva@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=DPfQXKmFv40oLi34qk60tTqJJ8zQ5eARDQaLMwtoKGg=; b=B5nPNDqKnBmF5XEEdWirqJvzdrgsufDRRmQQIu34OKxqQeJZdtM1dOAHcYNuRrEA7t 6G2cVm1go5At5g+hkg/w9ROlHVhtFBYrTtzK6P8CQe/Mx5d6SjUjGl+wjRzVyKOyN4d0 HdFD/+cb5rMLkMI9tpD2Hd/AE+S07AZUziI8G7gKOby4J4UxT2KcD8OXOBVgEkV1zz1X vSHQx7qTHsf+zyDqcJGObccPaxsW37wtnOMk70dnnJ9VBlR2IutxSSLic5/KSFUi2DVv 9b4dg9IaxZgdE5PbjmzK8OCbOHjrlKQpoB3ugotZPhGHGklA+lQPSySuQFmlzoHnyGGm imkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=DPfQXKmFv40oLi34qk60tTqJJ8zQ5eARDQaLMwtoKGg=; b=ITMSVKCjhGij/1bUApGzTHUyhI3TrZ2mLqvdB/G0rgqCERC32fC3yELoB6A18lPUYh 3rBUn2IfhlvRrcZYKgYgVaB4Khn+A10slw3jh83WP7ZfA4ON14UqnZEBMIPlE+xZ5aLk uW4BTXY26IheaqwXiCQqLiqdjT2Gbb8LtXczIBFAtVueCHwxU3L2Ei19WWnwk96bTn08 Rs3NmWeOZm/nw8fUVpJY2eGc11nQXH1/uNqdwH6vIA0fHS4TRBHeKlTVLsRG7yaKMzKk n92Zgu8ZZmz2iJrZosc22G22hXtKFAfTbsZiweuC4z3ZvYBqqgI9a/2R2RG8kGTVhg8/ +9lg== X-Gm-Message-State: AHYfb5jvO35S9rL05j7okpa+MpQ0qUu2muk3FhwjzCL8+BAJon6s7lta qyT6VhWABtKl/lnwEQZlzFC9mtuRLppc X-Received: by 10.28.156.202 with SMTP id f193mr278349wme.35.1503671500139; Fri, 25 Aug 2017 07:31:40 -0700 (PDT) MIME-Version: 1.0 From: William da Silva Date: Fri, 25 Aug 2017 14:31:29 +0000 Message-ID: Subject: PATCH: improve wording in gpg completion To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary="001a114b2d109ff15b055794cd70" --001a114b2d109ff15b055794cd70 Content-Type: text/plain; charset="UTF-8" I noticed a few of the hints for GPG completions that were somewhat inconsistent or grammatically incorrect. This patch aims to improve those. Thanks, William diff --git a/Completion/Unix/Command/_gpg b/Completion/Unix/Command/_gpg index fe6084f20..44db5e039 100644 --- a/Completion/Unix/Command/_gpg +++ b/Completion/Unix/Command/_gpg @@ -26,7 +26,7 @@ fi [[ $service = gpgv ]] || args+=( '(-e --encrypt)'{-e,--encrypt}'[encrypt data. this option may be combined with --sign]' {-d,--decrypt}'[decrypt file or stdin]' - '(-c --symmetric)'{-c,--symmetric}'[encrypt with symmetric cypher only]' + '(-c --symmetric)'{-c,--symmetric}'[encrypt with symmetric cipher only]' '(-s --sign)'{-s,--sign}'[make a signature]' '*'{-r+,--recipient}'[specify user to encrypt for]:recipient:->public-keys' '(-u --local-user)'{-u+,--local-user}'[use name as the user ID to sign]:user attachment:_users' @@ -52,7 +52,7 @@ fi '--fingerprint[list all keys with their fingerprints]:key attachment:->public-keys' '--list-packets[list only the sequence of packets]' '--gen-key[generate a new pair key]' - '--edit-key[a menu for edit yours keys]:key attachment:->public-keys' + '--edit-key[a menu for editing your keys]:key attachment:->public-keys' '--sign-key[sign a key]:key attachment:->public-keys' '--lsign-key[sign a key but mark as non-exportable]:key attachment:->public-keys' '--delete-keys[remove key from public keyring]:key attachment:->public-keys' @@ -60,12 +60,12 @@ fi '--delete-secret-and-public-keys:key attachment:->secret-keys' '--gen-revoke[generate a revocation certificate]' '--desig-revoke[generate a designated revocation certificate]' - '--export[export all key from all keyrings]' + '--export[export all keys from all keyrings]' '--send-keys[send keys to a keyserver]:key attachment:->public-keyids' '--export-secret-keys:key attachment:->secret-keys' '--export-secret-subkeys:key attachment:->secret-keys' '--import[import a gpg key from a file]:_files attachment:_files' - '--fast-import[import a file without build trustdb]:_files attachment:_files' + '--fast-import[import a file without adding to trust database]:_files attachment:_files' '--fetch-keys[fetch key at URIs]:uri:' '--recv-keys[receive a list of keys from a keyserver]:key attachment:->public-keyids' '--refresh-keys[update all keys from a keyserver]' @@ -82,7 +82,7 @@ fi '--gen-random:count' '--gen-prime' '--warranty[print warranty info]' '(-a --armor)'{-a,--armor}'[create ASCII armored output]' - '--default-key[specify default user-id for signatures]:key:->secret-keys' + '--default-key[specify default user ID for signatures]:key:->secret-keys' '--default-recipient[specify default recipient]:recipient:->public-keys' '--default-recipient-self[use default key as default recipient]' '--no-default-recipient[reset default recipient]' --001a114b2d109ff15b055794cd70--