Sync docs re: forthcoming complexity option
This commit is contained in:
parent
67b1908fd0
commit
a0f90185a5
32 changed files with 471 additions and 25 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Bill Kendrick <bill@newbreedsoftware.com>; https://tuxpaint.org/
|
||||
# Based on inkscape's completion file, by allali@univ-mlv.fr
|
||||
#
|
||||
# Last modified 2023-06-01
|
||||
# Last modified 2023-12-29
|
||||
#
|
||||
# $Id$
|
||||
|
||||
|
|
@ -12,6 +12,10 @@
|
|||
|
||||
# FIXME: Use the source to list all of the available options -bjk 2018.12.18
|
||||
|
||||
# FIXME: For options with specific settings (e.g., "orient" and "complexity"),
|
||||
# a way to hint to the user, and allow completion, for values after the "="
|
||||
# -bjk 2023.12.29
|
||||
|
||||
have tuxpaint &&
|
||||
_tuxpaint()
|
||||
{
|
||||
|
|
@ -42,6 +46,7 @@ _tuxpaint()
|
|||
-m --mixedcase -u --uppercase \
|
||||
--label --nolabel \
|
||||
--brushspacing --nobrushspacing \
|
||||
--complexity=advanced --complexity=beginner --complexity=novice \
|
||||
--fancycursors --nofancycursors \
|
||||
--hidecursor --showcursor \
|
||||
--mouse --keyboard \
|
||||
|
|
|
|||
|
|
@ -8093,6 +8093,7 @@ void show_usage(int exitcode)
|
|||
" [--nolabel | --label]\n"
|
||||
" [--nobrushspacing | --brushspacing]\n"
|
||||
" [--notemplateexport | --templateexport]\n"
|
||||
" [--complexity=advanced | --complexity=beginner | --complexity=novice]\n"
|
||||
" [--noerase | --erase]\n"
|
||||
"\n"
|
||||
" Languages:\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue