From 4a1ccd5526b4679df60c6e08ee645eb3bf9ad133 Mon Sep 17 00:00:00 2001 From: Andreas Kreuzer Date: Fri, 17 Jun 2016 18:55:03 +0200 Subject: Updating bash-completion for container remove command. Signed-off-by: Andreas Kreuzer Signed-off-by: Daniel Baumann --- share/bash-completion/container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/bash-completion') 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 ;; -- cgit v1.2.3