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/texmf | |
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/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 7a12456bfda..9bdf80b7305 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4243,14 +4243,6 @@ L<option> action). 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<--gui> [I<action>] @@ -4294,9 +4286,17 @@ that, see the option C<-v> below, and TeXLive::TLUtils. This option makes B<tlmgr> wait for user input before exiting. Useful on Windows to avoid command windows disappearing. +=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 makes C<tlmgr> report, in GUI mode, any missing, or more +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. |