diff options
Diffstat (limited to '')
-rw-r--r-- | share/bash-completion/container | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container index 150ff71..65c3950 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -98,12 +98,6 @@ _container() esac ;; - key) - opts="-a --add -l --list -r --remove" - COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) - return 0 - ;; - limit) case "${prev}" in -n|--name) |