diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-01 00:22:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-01 00:22:20 +0000 |
commit | 5f754957ed6a0123d34fa53725076de7f73198fb (patch) | |
tree | 5901f85fde7e928b750ba2b1e6a37d9a0793145b /Master/install-tl | |
parent | 3d014c20c8693f327bd9df1b81d1c88a591ba454 (diff) |
doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@9126 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Master/install-tl b/Master/install-tl index aa7c6c344aa..2f26fae262c 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1,8 +1,7 @@ #!/usr/bin/env perl - # $Id$ # -# Copyright 2007 2008 Reinhard Kotucha, Norbert Preining +# Copyright 2007, 2008 Reinhard Kotucha, Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -206,7 +205,7 @@ if ($#ARGV >= 0) { if ($ARGV[0] =~ m/^gui$/i) { $opt_gui = 1; } else { - die "No arguments to install-tl allowed. Try install-tl --help!"; + die "$0: Extra arguments `@ARGV'; try --help if you need it.\n"; } } @@ -1284,10 +1283,6 @@ Print the detected arch-os combination and exit. Starts the installer for portable use. See below for details. -=item B<-d>, B<-dd>, B<-ddd> - -Debugging levels. - =item B<-q>, B<-qq> B<-q> disables output to the terminal, while B<-qq> also disables output |