diff options
Diffstat (limited to '')
-rw-r--r-- | share/bash-completion/container | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container index dfb7ad5..24205d7 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -343,7 +343,7 @@ _container() ;; *) - opts="-n --name -y --yes" + opts="-n --name -f --full-upgrade -r --autoremove -p --purge --y --yes" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; |