diff options
| author | patrick96 <p.ziegler96@gmail.com> | 2017-04-05 20:11:57 +0200 |
|---|---|---|
| committer | patrick96 <p.ziegler96@gmail.com> | 2017-04-05 20:11:57 +0200 |
| commit | 0ed2e863997dba873b02915c55748d09ea085377 (patch) | |
| tree | 630ffa1b1ea8c90cc32238aefba3229f9da28370 /src/_gist | |
| parent | Try to follow the style guide (diff) | |
| download | zsh-completions-0ed2e863997dba873b02915c55748d09ea085377.tar zsh-completions-0ed2e863997dba873b02915c55748d09ea085377.tar.gz zsh-completions-0ed2e863997dba873b02915c55748d09ea085377.tar.bz2 zsh-completions-0ed2e863997dba873b02915c55748d09ea085377.tar.lz zsh-completions-0ed2e863997dba873b02915c55748d09ea085377.tar.xz zsh-completions-0ed2e863997dba873b02915c55748d09ea085377.tar.zst zsh-completions-0ed2e863997dba873b02915c55748d09ea085377.zip | |
Set proper description for gist -r
Diffstat (limited to 'src/_gist')
| -rw-r--r-- | src/_gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ _arguments -C \ '(-P --paste)'{-P,--paste}'[Paste from the clipboard to gist]' \ '(-h --help)'{-h,--help}'[print options help]' \ '(-v --version)'{-v,--version}'[print version]' \ - '(-r --read)'{-r,--read}'[Test]:user gists:user_gists' \ + '(-r --read)'{-r,--read}'[Read a gist and print out the contents]:user gists:user_gists' \ '*: :_files' && ret=0 _user_gists_cache_policy() { |
