diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-01-13 20:33:26 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-01-13 20:33:26 +0000 |
commit | 8df062d68e2abb9c04316984d74a35e59db945c6 (patch) | |
tree | a9a59df1e4bc33d5d671144a469c3c9e916b297d /Completion/Debian/Command | |
parent | b043bce8d7e6c575dbaeabc41bbe4e50bc036e19 (diff) | |
download | zsh-8df062d68e2abb9c04316984d74a35e59db945c6.tar.gz zsh-8df062d68e2abb9c04316984d74a35e59db945c6.tar.xz zsh-8df062d68e2abb9c04316984d74a35e59db945c6.zip |
24387: update --force-* options for dpkg completion.
Diffstat (limited to 'Completion/Debian/Command')
-rw-r--r-- | Completion/Debian/Command/_dpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_dpkg b/Completion/Debian/Command/_dpkg index 770130e53..a09c8dcc3 100644 --- a/Completion/Debian/Command/_dpkg +++ b/Completion/Debian/Command/_dpkg @@ -68,7 +68,7 @@ _dpkg_options=( '-D+[debug options]:debug options:(h 1 2 3)' '--debug=[debug options]:debug options:(help 1 2 3)' '--ignore-depends=[ignore depends involving package]:package:_deb_packages avail' - --{force,refuse,no-force}'--[forcing options]:what:(auto-select downgrade configure-any hold bad-path not-root overwrite overwrite-diverted depends-version depends confnew confold confdef confmiss conflicts architecture overwrite-dir remove-reinstreq remove-essential)' + --{force,refuse,no-force}'--[forcing options]:what:(all downgrade configure-any hold bad-path not-root overwrite overwrite-diverted bad-verify depends-version depends confnew confold confdef confmiss conflicts architecture overwrite-dir remove-reinstreq remove-essential help)' ) _dpkg_options_recursive=( '(--recursive -R)'{--recursive,-R}'[recursive]' ) |