summaryrefslogtreecommitdiffstats
path: root/share/bash-completion/container
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-11 11:48:02 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-11 12:13:00 +0000
commit300ca0186a20beb57ea7c4ca321be09bba42fb87 (patch)
tree8da83e388544a7803a0f2f2b92d6eec2387e1aae /share/bash-completion/container
parentAdding YAML export format to container list command. (diff)
downloadcompute-tools-300ca0186a20beb57ea7c4ca321be09bba42fb87.tar.xz
compute-tools-300ca0186a20beb57ea7c4ca321be09bba42fb87.zip
Adding XML export format to container list command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/bash-completion/container')
-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 523bc08..8d54ba4 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -139,7 +139,7 @@ _container()
;;
-f|--format)
- opts="cli csv json nwdiag shell yaml"
+ opts="cli csv json nwdiag shell yaml xml"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
;;