BASH completion: it's --verbose-version
... not --version-verbose (per OPTIONS docs, and code itself)
This commit is contained in:
parent
3326db5f13
commit
74d5311b5a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue