diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-11 11:48:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-11 12:13:00 +0000 |
commit | 300ca0186a20beb57ea7c4ca321be09bba42fb87 (patch) | |
tree | 8da83e388544a7803a0f2f2b92d6eec2387e1aae /share/bash-completion/container | |
parent | Adding YAML export format to container list command. (diff) | |
download | compute-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 '')
-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 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 ;; |