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 b00a79e..2b390f4 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -156,7 +156,7 @@ _container() *) case "${prev}" in -n|--name) - opts=$(container list -a -f short) + opts=$(container list -t -f short) COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; |