diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2004-02-26 12:57:21 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2004-02-26 12:57:21 +0000 |
commit | 060e8f4eed4e0193549f1b3143b7bb47e9fcabe1 (patch) | |
tree | 2d5fd0840b7aa99b47e0f385201daeb1ba7f45f5 /Completion/Unix/Command/_gpg | |
parent | 8b8cc745d952bbeebb474d884b0a63e4ff08400f (diff) | |
download | zsh-060e8f4eed4e0193549f1b3143b7bb47e9fcabe1.tar.gz zsh-060e8f4eed4e0193549f1b3143b7bb47e9fcabe1.tar.xz zsh-060e8f4eed4e0193549f1b3143b7bb47e9fcabe1.zip |
19468: capitalize URL abbreviation in completion descriptions
Diffstat (limited to 'Completion/Unix/Command/_gpg')
-rw-r--r-- | Completion/Unix/Command/_gpg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_gpg b/Completion/Unix/Command/_gpg index 32a51cb08..cb48c48f3 100644 --- a/Completion/Unix/Command/_gpg +++ b/Completion/Unix/Command/_gpg @@ -100,7 +100,7 @@ _arguments -C -s -S -A "-*" \ '(-N --notation-data)'{-N,--notation-data}'[put parameter in signature]:name=value' \ '(--no-show-notation)--show-notation[show key signature notations]' \ "(--show-notation)--no-show-notation[don't show key signature notations]" \ - '--set-policy-url:policy url' \ + '--set-policy-url:policy URL' \ '(--no-show-policy-url)--show-policy-url' \ "(--show-policy-url)--no-show-policy-url" \ '--set-filename[specify file which is stored in messages]:file:_files' \ |