From af608a844e22bf26c6806cb21a3a0b3ebdc367f1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 27 Jul 2021 03:04:52 +0200 Subject: Updating container update options in bash-completion. Signed-off-by: Daniel Baumann --- share/bash-completion/container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- cgit v1.2.3