diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-18 00:03:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-18 00:03:51 +0000 |
commit | 1fa23df425c96fd07c7e51f66129fc44db4a9212 (patch) | |
tree | d0dc08d032e4c48e380908a15874e31e99acccab /Master/install-tl | |
parent | e43288ca6fd6292f5eb26e016f4ee754ee5e1d3c (diff) |
doc updates for persistence
git-svn-id: svn://tug.org/texlive/trunk@16441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/install-tl b/Master/install-tl index a66a755d9c7..1ca4c2aa88f 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1850,15 +1850,6 @@ will be adjusted accordingly. For backward compatibility and convenience, C<--location> and C<--repo> are accepted as aliases for this option. -=item B<-persistent-downloads> - -Try to set up a persistent connection using Net::LWP if -you are installing from the network. This will keep the connection -between your computer and the server open for the whole session and -reuse this connection. - -This option should reduce the probability to have connection problems. - =item B<-no-cls> (only for text mode installer) do not clear the screen when entering @@ -1931,10 +1922,19 @@ the end all files from I<path> are copied over to C<bin/custom> in your installation folder and this directory will be added to the path for the postinstall actions. +=item B<--persistent-downloads> + +For net installs, try to set up a persistent connection using the +Net::LWP Perl module. This reuses a connection between your computer +and the server for the session, instead of initiating a new download for +each package. We hope this option will reduce the probability of +connection problems. + =item B<-debug-translation> -This switch will make install-tl report any missing or probably -untranslated messages in the GUI installers to STDERR. +In GUI mode, this switch makes C<tlmgr> report any missing, or more +likely untranslated, messages to standard error. Helpful for +translators to see what remains to be done. =item B<-q> |