diff options
Diffstat (limited to 'Master/texmf/doc/man/man1/tlmgr.1')
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.1 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index b16e02f95ae..97a62e9e33f 100644 --- a/Master/texmf/doc/man/man1/tlmgr.1 +++ b/Master/texmf/doc/man/man1/tlmgr.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "TLMGR 1" -.TH TLMGR 1 "2008-09-23" "perl v5.8.8" "User Contributed Perl Documentation" +.TH TLMGR 1 "2008-09-28" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" tlmgr \- the TeX Live Manager .SH "SYNOPSIS" @@ -207,7 +207,15 @@ written to the terminal. .IX Item "update [option] [pkg...]" Updates the packages given as arguments to the latest version available at the installation source. Either \f(CW\*(C`\-\-all\*(C'\fR or at least one \fIpkg\fR name -must be specified. Options: +must be specified. +.Sp +Furthermore, it \fBremoves\fR packages which have disappeared on the server. +To not remove any locally installed packages it does check that the +package came from the server by checking for inclusion in collections. +Both options \f(CW\*(C`\-\-dry\-run\*(C'\fR and \f(CW\*(C`\-\-list\*(C'\fR will mention the packages +to be removed. See <\-\-no\-remova> for a way to supress that. +.Sp +Options: .RS 4 .IP "\fB\-\-all\fR" 8 .IX Item "--all" @@ -216,6 +224,11 @@ collections. (Packages in uninstalled collections are not considered.) .IP "\fB\-\-list\fR" 8 .IX Item "--list" List the packages which would be updated or newly installed. +.IP "\fB\-\-no\-remove\fR" 8 +.IX Item "--no-remove" +Under normal circumstances tlmgr tries to remove packages which have +disappeared on the server when called with \f(CW\*(C`\-\-all\*(C'\fR. This prevents +these removals. .IP "\fB\-\-dry\-run\fR" 8 .IX Item "--dry-run" Nothing is actually installed; instead, the actions to be performed are |