diff options
author | Karl Berry <karl@freefriends.org> | 2008-08-09 00:16:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-08-09 00:16:58 +0000 |
commit | 38c0a99313404f9d50bded752a5d0ea0fff078d9 (patch) | |
tree | 1405b5628e1d45f92aaded83c4cbda6a11f1e448 /Master/texmf | |
parent | e26963917d3d103d43df1154696f5a89c9c87694 (diff) |
doc fixes
git-svn-id: svn://tug.org/texlive/trunk@10198 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index dfa7f96a0fe..160725c7297 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1267,8 +1267,11 @@ tlmgr [I<option>]... I<action> [I<option>]... [I<operand>]... B<tlmgr> manages an existing TeX Live installation, both packages and configuration options. It performs many of the same actions as -B<texconfig>(1), and more besides. (texconfig continues to included and -supported, but tlmgr is now preferred.) +B<texconfig>(1), and more besides. (texconfig continues to be included +and supported, but tlmgr is now preferred.) + +The most up-to-date version of this documentation is on the Internet at +L<http://tug.org/texlive/tlmgr.html>. =head1 OPTIONS @@ -1279,18 +1282,19 @@ The following options have to be given I<before> you specify the action. =item B<--location> I<location> Specifies the location from which packages should be installed or -updated, overriding the location found in the installation's TLPDB. +updated, overriding the location found in the installation's TeX Live +Package Database (TLPDB). -=item B<--gui> +=item B<--gui> [I<action>] You can give this option together with an action to be brought directly -into the respective screen of the GUI. For example, calling +into the respective screen of the GUI. For example, running tlmgr --gui update -will bring you directly into the update screen. +starts you directly at the update screen. -=item B<--gui-lang> +=item B<--gui-lang> I<llcode> Normally the GUI tries to deduce your language from the environment (on Windows via the registry, on Unix via LC_MESSAGES). If that fails @@ -1315,7 +1319,7 @@ release as well as the B<tlmgr> script itself. Gives this help information (same as B<--help>). -=item B<help> +=item B<version> Gives version information (same as B<--version>). |