diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-03 01:23:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-03 01:23:44 +0000 |
commit | 7bf747f55aacd08e4e40402e0735f2ca04f32bb4 (patch) | |
tree | 93e6e0b08cc703af163695eb868463be5819ca77 /Master/texmf/doc/man/man1/tlmgr.1 | |
parent | 814d4c1d477f330764583cdac83a7c5c6d8e449f (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@15012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/tlmgr.1')
-rw-r--r-- | Master/texmf/doc/man/man1/tlmgr.1 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1 index bff6495df2f..c56b389576f 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 "2009-09-02" "perl v5.8.8" "User Contributed Perl Documentation" +.TH TLMGR 1 "2009-09-03" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" tlmgr \- the TeX Live Manager .SH "SYNOPSIS" @@ -310,7 +310,9 @@ In brief: .IP "\fB\-\-list\fR" 4 .IX Item "--list" Concisely list the packages which would be updated, newly installed, or -removed, without actually changing anything. +removed, without actually changing anything. If no package is given +acts like \f(CW\*(C`\-\-list \-\-all\*(C'\fR, otherwise lists only updates to the packages +given as arguments (and its dependencies). .IP "\fB\-\-exclude \f(BIpkg\fB\fR" 4 .IX Item "--exclude pkg" Exclude \fIpkg\fR from the update process. This option can be given @@ -321,8 +323,12 @@ multiple times. Giving a string \f(CW\*(C`pkg\*(C'\fR here will exclude the pack \& tlmgr update --all --exclude a2ping .Ve .Sp -will not update \f(CW\*(C`a2ping\*(C'\fR itself, but neither \f(CW\*(C`a2ping.i386\-linux\*(C'\fR or +will not update \f(CW\*(C`a2ping\*(C'\fR itself, nor \f(CW\*(C`a2ping.i386\-linux\*(C'\fR or any other arch-package \f(CW\*(C`a2ping.ARCH\*(C'\fR. +.Sp +Note that if a package is schedules for auto\-installation, auto\-removal, +or reinstallation of a forcibly removed, and at the same time +is excluded, tlmgr will warn you and stop. .IP "\fB\-\-dry\-run\fR" 4 .IX Item "--dry-run" Nothing is actually installed; instead, the actions to be performed are |