diff options
author | Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net> | 2016-06-17 16:55:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-07-01 09:30:44 +0000 |
commit | 4a1ccd5526b4679df60c6e08ee645eb3bf9ad133 (patch) | |
tree | c7dbda652dca6edee9438a1e1825a7b7255b43ef | |
parent | Updating bash-completion for format parameter in container list command. (diff) | |
download | compute-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 '')
-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 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 ;; |