summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-04-18 05:16:29 +0000
committerNorbert Preining <preining@logic.at>2008-04-18 05:16:29 +0000
commit9c9538c37ddda414073bfb73bbd6f5289b08bd18 (patch)
tree5061cd6d19d82155924c8579fdcd973dd9373b50
parent7b7ee8d58b7855b14f7298a033c3ff86d0dc5548 (diff)
docu fixes
git-svn-id: svn://tug.org/texlive/trunk@7481 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf/scripts/texlive/tl-package-manager.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tl-package-manager.pl b/Master/texmf/scripts/texlive/tl-package-manager.pl
index b2f71b6a0cf..0ace313526f 100755
--- a/Master/texmf/scripts/texlive/tl-package-manager.pl
+++ b/Master/texmf/scripts/texlive/tl-package-manager.pl
@@ -158,7 +158,7 @@ if ($action =~ m/^generate$/i) {
foreach my $a ($mediatlpdb->available_architectures) {
print "\t$a\n";
}
- print "You can add new architectures with tlmgr add_archs arch1 arch2\n";
+ print "You can add new architectures with tlmgr arch add arch1 arch2\n";
exit(0);
} elsif ($what =~ m/^add$/i) {
$tlmediasrc = TeXLive::TLMedia->new($location);
@@ -595,11 +595,11 @@ 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<available_archs>
+=item B<arch list>
Prints the list of arch-os available at the default install location.
-=item B<add_archs [arch [arch [...]]]>
+=item B<arch add [arch [arch [...]]]>
Adds binaries for the given architectures to the installtion.