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 1637b5e..7a4a97c 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -280,7 +280,7 @@ _container() esac ;; - restart|rt) + restart|rs) case "${prev}" in -n|--name) opts="$(container list -s -f shell)" |