Sync docs re: forthcoming complexity option
This commit is contained in:
parent
67b1908fd0
commit
a0f90185a5
32 changed files with 471 additions and 25 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2023.11.21
|
||||
.TH TUXPAINT 1 "nóvember 21, 2023" "0.9.32" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2023.12.29
|
||||
.TH TUXPAINT 1 "desember 29, 2023" "0.9.32" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
@ -77,6 +77,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-nobrushspacing]
|
||||
.br
|
||||
[\-\-complexity=\fIbeginner\fP | \-\-complexity=\fInovice\fP]
|
||||
.br
|
||||
[\-\-notemplateexport]
|
||||
.br
|
||||
[\-\-newcolorslast]
|
||||
|
|
@ -233,6 +235,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-brushspacing]
|
||||
.br
|
||||
[\-\-complexity=\fIadvanced\fP]
|
||||
.br
|
||||
[\-\-templateexport]
|
||||
.br
|
||||
[\-\-newcolorsfirst]
|
||||
|
|
@ -466,6 +470,11 @@ which can be altered or moved later.
|
|||
Disable or enable (default) the brush spacing option of the Paint and Lines
|
||||
tools, which allows you to override the default spacing of a brush.
|
||||
|
||||
.TP 8
|
||||
.B \-\-complexity=advanced \-\-complexity=beginner \-\-complexity=novice
|
||||
Set the complexity (expertise) level, which affects whether certain Magic
|
||||
tools are available, or how they operate. (advanced is the default)
|
||||
|
||||
.TP 8
|
||||
.B \-\-notemplateexport \-\-templateexport
|
||||
Disable or enable (default) the ability to create new Templates from saved
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue