summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-25 00:17:46 +0000
committerKarl Berry <karl@freefriends.org>2010-06-25 00:17:46 +0000
commit7ddd7b09dbcaf57579980d5cc31d1f06370bdbd4 (patch)
tree4b2522aac988bd98c26b29d2aef807b5fa383f35 /Master/texmf
parent5cead246e354f9372822db7627f74c20a3ebde48 (diff)
platform vs. arch
git-svn-id: svn://tug.org/texlive/trunk@19148 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index a5be49d541d..185e9a34c6c 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -135,7 +135,6 @@ sub main {
"help|h|?" => 1);
my %actionoptions = (
- "platform" => { "dry-run|n" => 1 },
"backup" => { "backupdir" => "=s",
"clean" => ":-99",
"all" => 1,
@@ -153,6 +152,7 @@ sub main {
"list" => { "only-installed" => 1 },
"paper" => { "list" => 1 },
"path" => { "w32mode" => "=s" },
+ "platform" => { "dry-run|n" => 1 },
"postaction" => { "w32mode" => "=s",
"all" => 1,
"fileassocmode" => "=i" },
@@ -5286,7 +5286,7 @@ settings for some programs, notably C<dvips>. C<tlmgr> does not support
those extra settings at present.
-=head2 platform list|add|remove I<arch>...
+=head2 platform list|add|remove I<platform>...
C<platform list> lists the TeX Live names of all the platforms
(a.k.a. architectures), (C<i386-linux>, ...) available at the package
@@ -5299,6 +5299,8 @@ C<platform remove> I<platform>... removes the executables for each given
platform I<platform> from the installation, but keeps the currently
running platform in any case.
+C<arch> is a synonym for C<platform>.
+
Options:
=over 4
@@ -5310,12 +5312,12 @@ written to the terminal.
=back
-Note: C<arch> is still accepted as synonym for C<platform>.
=head2 print-platform
Print the TeX Live identifier for the detected platform
(hardware/operating system) combination to standard output, and exit.
+C<--print-arch> is a synonym.
=head2 search [I<option>]... I<what>