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

@ -22,7 +22,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - April 19, 2021
June 14, 2002 - August 8, 2021
*/
#include "platform.h"
@ -6738,6 +6738,8 @@ void show_usage(int exitcode)
" [--disablescreensaver | --allowscreensaver ]\n"
" [--sound | --nosound]\n"
" [--stereo | --nostereo]\n"
" [--buttonsize=N] (24-192; default=48)\n"
" [--colorsrows=N] (1-3; default=1)\n"
" [--colorfile FILE]\n"
"\n"
" Mouse/Keyboard:\n"