summaryrefslogtreecommitdiffstats
path: root/share/bash-completion
diff options
context:
space:
mode:
authorAndreas Kreuzer <andreas.kreuzer@open-infrastructure.net>2016-06-17 16:55:03 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-07-01 09:30:44 +0000
commit4a1ccd5526b4679df60c6e08ee645eb3bf9ad133 (patch)
treec7dbda652dca6edee9438a1e1825a7b7255b43ef /share/bash-completion
parentUpdating bash-completion for format parameter in container list command. (diff)
downloadcompute-tools-4a1ccd5526b4679df60c6e08ee645eb3bf9ad133.tar.xz
compute-tools-4a1ccd5526b4679df60c6e08ee645eb3bf9ad133.zip
Updating bash-completion for container remove command.
Signed-off-by: Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/bash-completion')
-rw-r--r--share/bash-completion/container2
1 files changed, 1 insertions, 1 deletions
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
;;