completion/bash: Completely drop flag --very-verbose

Follow up to 7fafcd271e

https://github.com/containers/toolbox/pull/806
This commit is contained in:
Ondřej Míchal 2021-06-23 20:04:38 +02:00
parent 9a0e1b201d
commit 1e823b74b3

View file

@ -56,7 +56,7 @@ __toolbox() {
done
case "$prev" in
--assumeyes | -y | --help | -h | --verbose | -v | --very-verbose | -vv | --log-podman)
--assumeyes | -y | --help | -h | --verbose | -v | --log-podman)
mapfile -t COMPREPLY < <(compgen -W "$global_options $commands" -- "$2")
return 0
;;