diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-27 01:04:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-27 01:04:52 +0000 |
commit | af608a844e22bf26c6806cb21a3a0b3ebdc367f1 (patch) | |
tree | 5efd30863b75f198b32512042e2ebb4c820974f7 /share/bash-completion | |
parent | Releasing version 20210727. (diff) | |
download | compute-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>
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 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 ;; |