Update zsh completions
This commit is contained in:
parent
e130d96326
commit
ff090e5e05
@ -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'
|
||||||
|
@ -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'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user