BASH completion: it's --verbose-version

... not --version-verbose (per OPTIONS docs, and code itself)
This commit is contained in:
Bill Kendrick 2021-01-23 02:05:26 -08:00
parent 3326db5f13
commit 74d5311b5a

View file

@ -3,7 +3,7 @@
# Bill Kendrick <bill@newbreedsoftware.com>; http://www.tuxpaint.org/
# Based on inkscape's completion file, by allali@univ-mlv.fr
#
# Last modified 2021-01-18
# Last modified 2021-01-23
#
# $Id$
@ -23,7 +23,7 @@ _tuxpaint()
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '\
-h --help \
-v --version -vv --version-verbose \
-v --version -vv --verbose-version \
-c --copying \
-u --usage \
-w --windowed -f --fullscreen \