Ensure command-line options covered more places

Ensured Tux Paint's built-in help ("tuxpaint --help"),
Unix manual ("man page"), and command-line option
tab-completion list all cover the full set of Tux Paint
options.  Some were missing in a few places.
This commit is contained in:
Bill Kendrick 2021-08-08 00:22:05 -07:00
parent cf99582672
commit 9c2fa458b8
4 changed files with 111 additions and 6 deletions

View file

@ -9,7 +9,12 @@ http://www.tuxpaint.org/
$Id$
2021.August.7 (0.9.27)
* ...
* Documentation updates
---------------------
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
Unix manual ("man page"), and command-line option
tab-completion list all cover the full set of Tux Paint
options.
2021.June.28 (0.9.26)
* New Features