Update zsh completions

This commit is contained in:
Eric Torres 2019-01-30 17:16:30 -08:00
parent e130d96326
commit ff090e5e05
2 changed files with 1 additions and 4 deletions

View File

@ -6,9 +6,6 @@ local arguments
arguments=( arguments=(
{-h,--help}'[show this help message and exit]' {-h,--help}'[show this help message and exit]'
{-C,--compression-type}'[the compression algorithm the db is using]'
{-c,--clean-cachedir}'[use paccache to clean the cache directory]'
{-R,--remove}'[remove old package files]'
{-s,--sign}'[sign repository file]' {-s,--sign}'[sign repository file]'
{-v,--verbose}'[increase script verbosity]' {-v,--verbose}'[increase script verbosity]'
'*:filename:_files' '*:filename:_files'

View File

@ -8,7 +8,7 @@ arguments=(
{-c,--clean-cachedir}'[run paccache to clean the cache directory]' {-c,--clean-cachedir}'[run paccache to clean the cache directory]'
{-h,--help}'[show this help message and exit]' {-h,--help}'[show this help message and exit]'
{-s,--sign}'[sign repository file]' {-s,--sign}'[sign repository file]'
{-v, --verbose}'[increase script verbosity]' {-v,--verbose}'[increase script verbosity]'
'*:filename:_files' '*:filename:_files'
) )