summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-27 01:04:52 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-27 01:04:52 +0000
commitaf608a844e22bf26c6806cb21a3a0b3ebdc367f1 (patch)
tree5efd30863b75f198b32512042e2ebb4c820974f7
parentReleasing version 20210727. (diff)
downloadcompute-tools-af608a844e22bf26c6806cb21a3a0b3ebdc367f1.tar.xz
compute-tools-af608a844e22bf26c6806cb21a3a0b3ebdc367f1.zip
Updating container update options in bash-completion.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-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 dfb7ad5..24205d7 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -343,7 +343,7 @@ _container()
;;
*)
- opts="-n --name -y --yes"
+ opts="-n --name -f --full-upgrade -r --autoremove -p --purge --y --yes"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
;;