From 9c9538c37ddda414073bfb73bbd6f5289b08bd18 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 18 Apr 2008 05:16:29 +0000 Subject: docu fixes git-svn-id: svn://tug.org/texlive/trunk@7481 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tl-package-manager.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master') 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 are: C. (Will be extended). -=item B +=item B Prints the list of arch-os available at the default install location. -=item B +=item B Adds binaries for the given architectures to the installtion. -- cgit v1.2.3