summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-04-23 08:05:04 +0000
committerNorbert Preining <preining@logic.at>2008-04-23 08:05:04 +0000
commitc3ef7a87a83db859c93ada83e670cec25239ad6e (patch)
tree9e5371bc800d08c325e7f0ea96a34807f01034bf
parentff82f9927d769fb056727173831e17ec166747ca (diff)
pod usage for tlmgr paper
git-svn-id: svn://tug.org/texlive/trunk@7614 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf/scripts/texlive/tl-package-manager.pl19
1 files changed, 14 insertions, 5 deletions
diff --git a/Master/texmf/scripts/texlive/tl-package-manager.pl b/Master/texmf/scripts/texlive/tl-package-manager.pl
index 19e38285cb7..5839641c518 100755
--- a/Master/texmf/scripts/texlive/tl-package-manager.pl
+++ b/Master/texmf/scripts/texlive/tl-package-manager.pl
@@ -577,7 +577,7 @@ tlmgr - the TeX Live Manager
=head1 SYNOPSIS
-tlmgr ACTION [OPTION] ... [PACKAGE] ...
+tlmgr ACTION [OPTIONS] ...
=head1 ACTION
@@ -587,7 +587,7 @@ tlmgr ACTION [OPTION] ... [PACKAGE] ...
Gives this help page.
-=item B<install>
+=item B<install pkg1 [pkg2 [pkg3 ...]]>
Install all packages given on the cmdline. By default this installs all
dependencies, too. See below for the option B<-no-depends>.
@@ -596,7 +596,7 @@ dependencies, too. See below for the option B<-no-depends>.
Update all packages if newer ones are available
-=item B<remove>
+=item B<remove pkg1 [pkg2 [pkg3 ...]]>
Remove all packages given on the cmdline. Removing a collection will
remove all dependencies, too, unless with option B<-no-depends>.
@@ -609,6 +609,15 @@ collection or scheme will not succeed unless the B<-force> option is given.
This command allows to set the defaults as saved in the local texlive.tlpdb.
Possible values for C<key> are: C<location>. (Will be extended).
+=item B<paper a4>
+
+=item B<paper letter>
+
+=item B<paper [xdvi|dvips|pdftex|dvipdfm|dvipdfmx] [help|papersize]>
+
+Configures the system wide paper settings, either for all programs in
+one go, or for the given program on the command line.
+
=item B<arch list>
Prints the list of arch-os available at the default install location.
@@ -617,12 +626,12 @@ Prints the list of arch-os available at the default install location.
Adds binaries for the given architectures to the installtion.
-=item B<search>
+=item B<search what>
Search the names and short descriptions of all locally installed packages
for the given argument (interpreted as regexp).
-=item B<globalsearch>
+=item B<globalsearch what>
Search the names and short descriptions of all packages available on
the install media.