Regen docs after more path modularizing; --nosysconfig correction

This commit is contained in:
Bill Kendrick 2024-04-27 11:07:45 -07:00
parent 5f8e2b51bd
commit 9c2a75455d
28 changed files with 197 additions and 243 deletions

View file

@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify!
It then examines the user's personal configuration file:
~/.tuxpaintrc
/home/username/.tuxpaintrc
Finally, any options sent as command-line arguments are used.
@ -606,8 +606,8 @@ Tux Paint is using options I didn't specify!
nosound=yes
...then you can reenable sound by either adding this option to your own
".tuxpaintrc" file:
...then you can reenable sound by either adding this option to your own "/
home/username/.tuxpaintrc" file:
sound=yes
@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify!
--sound
Linux and Unix users can also disable the system-wide configuration file by
including the following command-line argument:
On platforms where Tux Paint offers a system-wide configuration file, the
settings in that file may be skipped (so only the user configuration file
and other command-line arguments will be used) by including the following
command-line argument:
--nosysconfig
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments
to determine what options should be set.