diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-01 23:33:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-01 23:33:53 +0000 |
commit | 9fa4239fcab9e6e32781cee76fae6127b6941e9c (patch) | |
tree | ec200a7c3f54664945da7a824ca7c268b5785d9a /Master/texmf-dist/scripts | |
parent | e4bbbf71a1a7ed2bd323e6c971bb8ff99f777f3c (diff) |
option repository ctan example.
git-svn-id: svn://tug.org/texlive/trunk@43376 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 5c640518105..f3b7d61b89d 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -6535,10 +6535,14 @@ with C<tlmgr>: =over 4 +=item C<tlmgr option repository ctan> + =item C<tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet> Tell C<tlmgr> to use a nearby CTAN mirror for future updates; useful if -you installed TeX Live from the DVD image and want continuing updates. +you installed TeX Live from the DVD image and want continuing +updates. The two commands are equivalent; C<ctan> is just an alias for +the given url. =item C<tlmgr update --list> |