diff options
Diffstat (limited to 'share/bash-completion')
-rw-r--r-- | share/bash-completion/container | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container index e130710..d791ff6 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -102,6 +102,7 @@ _container() opts="-a --add -l --list -r --remove" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 + ;; limit) case "${prev}" in |