summaryrefslogtreecommitdiffstats
path: root/share/bash-completion/container
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-11 10:42:29 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-11 10:47:12 +0000
commit36e09652b1ea35f3c4b7e92e0847d0c8eea3323b (patch)
tree06ec7c52712b9246ab40c8b906c468894e144414 /share/bash-completion/container
parentSorting format code in container list command. (diff)
downloadcompute-tools-36e09652b1ea35f3c4b7e92e0847d0c8eea3323b.tar.xz
compute-tools-36e09652b1ea35f3c4b7e92e0847d0c8eea3323b.zip
Renaming full format in container list command to cli for consistency.
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 e49311a..5ec4741 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -139,7 +139,7 @@ _container()
;;
-f|--format)
- opts="short full"
+ opts="cli short"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
;;