diff options
Diffstat (limited to '')
-rw-r--r-- | share/bash-completion/container | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container index f6434f8..4bff91c 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -122,7 +122,7 @@ _container() esac ;; - list) + list|ls) case "${cur}" in -*) opts="-a --all -f --format -h --host -o --other -s --started -t --stopped" @@ -148,7 +148,7 @@ _container() esac ;; - remove) + remove|rm) case "${cur}" in -*) opts="-n --name -f --force" |