diff options
Diffstat (limited to 'bash-completion/importare')
-rw-r--r-- | bash-completion/importare | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bash-completion/importare b/bash-completion/importare index c2b6b1aee..85e2c3c07 100644 --- a/bash-completion/importare +++ b/bash-completion/importare @@ -118,11 +118,7 @@ _importare() { COMPREPLY=($(compgen -W "never always daily weekly" -- "${cur}")) return 0 ;; - --dl-upgrade) - COMPREPLY=($(compgen -W "always as-needed" -- "${cur}")) - return 0 - ;; - --dl-new-slots) + --dl-upgrade|--dl-new-slots) COMPREPLY=($(compgen -W "always as-needed" -- "${cur}")) return 0 ;; |