diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-13 18:21:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-13 18:21:35 +0000 |
commit | 462ae202c3f40d4c61a157ab81cb8f339a9b8ab6 (patch) | |
tree | 9c61d369d7079ff7efa6810ab818008bf311125a /Master/texmf | |
parent | 325d9b4f35ba6602fc65ef48c0c5903ce040d662 (diff) |
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@15263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 021a4ec5c2d..2d8858558bf 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4145,12 +4145,12 @@ following voluminous information. =head1 OPTIONS -The following options to C<tlmgr> are global options not specific to any -action. Although we present C<tlmgr> invocation in the above order, all -options can be given at any place and in arbitrary order. The first -non-option argument will be the main action. In all cases, -C<-->I<option> and C<->I<option> are equivalent, and an C<=> is optional -between an option name and its value. +The following options to C<tlmgr> are global options, not specific to +any action. All options, whether global or action-specific, can be +given at any place and in arbitrary order. The first non-option +argument will be the main action. In all cases, C<-->I<option> and +C<->I<option> are equivalent, and an C<=> is optional between an option +name and its value. =over 4 @@ -4162,6 +4162,10 @@ installation's TeX Live Package Database (TLPDB, a file named C<texlive.tlpdb>). The documentation for C<install-tl> has more details about this (L<http://tug.org/texlive/doc/install-tl.html>). +C<--repository> changes the repository location only for the current +run; to make a permanent change, use C<option repository> (see the +L<option> action). + For backward compatibility and convenience, C<--location> and C<--repo> are accepted as aliases for this option. |