diff options
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 8 |
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> |