diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index e626f58dd43..2c60072fa3f 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -6128,10 +6128,11 @@ other lines must look like where the allowed keys are C<gui-expertmode> (values 0 or 1), -C<persistent-downloads> (values 0 or 1), +C<persistent-downloads> (values 0 or 1), C<auto-remove> (values 0 or 1), and C<gui-lang> (values like the command line arguments). -C<persistent-downloads> and C<gui-lang> correspond to the command line -options of the same name. C<gui-expertmode> switches between the full +C<persistent-downloads>, C<gui-lang>, and C<auto-remove> correspond to the +respective command line options of the same name. +C<gui-expertmode> switches between the full GUI and a simplified GUI with only the important and mostly used settings. |