diff options
author | Norbert Preining <preining@logic.at> | 2008-06-02 12:45:52 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-02 12:45:52 +0000 |
commit | c4b2d8a513dd94520fb0c6dda00c1fe2be46c21a (patch) | |
tree | b4b25e0536afa31399db572740becff6a0f6df6e | |
parent | 9b5001b9ac6e755948d200b5bbf7d5936ef3d7c3 (diff) |
tlmgr.pl: add documentation of --gui-lang
git-svn-id: svn://tug.org/texlive/trunk@8478 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 2815a178d90..c32983124f6 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1159,6 +1159,13 @@ into the respective screen of the GUI. So calling will bring you directly into the update screen. +=item B<--gui-lang> + +Normally the GUI tries to deduce your language from the environment +(on Windows via the registry, on Unix via LC_MESSAGES). If that fails +you can select a different language by giving this option a two-letter +language code. + =item B<--netarchive> I<dir> Overrides the default settings for netarchive. Should be used with care. @@ -1185,7 +1192,7 @@ Gives this help page. =item B<gui> -Run using a graphical interface. +Start the graphical user interface. =item B<install [I<option>]... I<pkg>...> |