diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-23 16:37:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-23 16:37:58 +0000 |
commit | 6792fb263aea8d1bc8656a0224c2a954c071bf2b (patch) | |
tree | 2e0dd916353345d953d250c7afdc508691f0fc2c /Master/texmf | |
parent | 37642080ba8cc32489b8493aeb81da7686a5267b (diff) |
still more on tlmgr update
git-svn-id: svn://tug.org/texlive/trunk@10703 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index e4e39dde8e6..dd765ea315d 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1584,7 +1584,8 @@ written to the terminal. =item B<update> [I<option>] [I<pkg>...] Updates the packages given as arguments to the latest version available -at the installation source. Options: +at the installation source. Either C<--all> or at least one I<pkg> name +must be specified. Options: =over 8 @@ -1611,6 +1612,10 @@ details. =back +If the package on the server is older than the package already installed +(e.g., if the selected mirror is out of date), C<tlmgr> does not +downgrade. Also, packages for uninstalled platforms are not installed. + =item B<backup> --backupdir I<dir> [B<--all>] [I<pkg>...] |