diff options
Diffstat (limited to 'share/bash-completion/container')
-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 fafdd3c..a1d4070 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -123,7 +123,7 @@ _container() list) case "${cur}" in -*) - opts="-a --all -f --format -h --host -s --started -t --stopped" + opts="-a --all -f --format -h --host -o --other -s --started -t --stopped" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; |