diff options
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 14 | ||||
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr2.pl | 14 |
2 files changed, 16 insertions, 12 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index b4fd1bd7c66..4e00de5952a 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -2408,7 +2408,8 @@ tlmgr itself, disaster recovery when it's broken, and test versions. =head1 OPTIONS The following options to C<tlmgr> have to be given I<before> you specify -the main action to perform. +the main action to perform. In all cases, C<-->I<option> and +C<->I<option> are equivalent. =over 4 @@ -2434,7 +2435,7 @@ Windows via the registry, on Unix via C<LC_MESSAGES>). If that fails you can select a different language by giving this option a two-letter language code. -=item B<-package-logfile> I<file> +=item B<--package-logfile> I<file> B<tlmgr> logs all package actions (install, remove, update, failed updates, failed restores) to a separate log file, by default @@ -2442,9 +2443,10 @@ C<TEXMFSYSVAR/web2c/tlmgr.log>. This option allows you to select a different file for that. This is separate from normal logging; for that, see the option C<-v> below, and TeXLive::TLUtils. -=item B<-pause> +=item B<--pause> -This option make B<tlmgr> wait for user input before exiting. +This option make B<tlmgr> wait for user input before exiting. Useful on +Windows to avoid command windows disappearing. =back @@ -2737,8 +2739,8 @@ C<--backupdir> is not specified on the command line, the C<backupdir> option value is used (if set). The C<autobackup> option (de)activates the automatic generation of -backups. Its value is an integer. If C<autobackup> is -1, backups will -not be removed by default. If C<autobackup> is 0 or positive, it +backups. Its value is an integer. If C<autobackup> is C<-1<, backups +will not be removed by default. If C<autobackup> is 0 or positive, it specifies the number of backups to be kept. Thus, backups are disabled with 0 as the values. diff --git a/Master/texmf/scripts/texlive/tlmgr2.pl b/Master/texmf/scripts/texlive/tlmgr2.pl index b5871e56688..56fd13622e2 100755 --- a/Master/texmf/scripts/texlive/tlmgr2.pl +++ b/Master/texmf/scripts/texlive/tlmgr2.pl @@ -2578,7 +2578,8 @@ tlmgr itself, disaster recovery when it's broken, and test versions. =head1 OPTIONS The following options to C<tlmgr> have to be given I<before> you specify -the main action to perform. +the main action to perform. In all cases, C<-->I<option> and +C<->I<option> are equivalent. =over 4 @@ -2604,7 +2605,7 @@ Windows via the registry, on Unix via C<LC_MESSAGES>). If that fails you can select a different language by giving this option a two-letter language code. -=item B<-package-logfile> I<file> +=item B<--package-logfile> I<file> B<tlmgr> logs all package actions (install, remove, update, failed updates, failed restores) to a separate log file, by default @@ -2612,9 +2613,10 @@ C<TEXMFSYSVAR/web2c/tlmgr.log>. This option allows you to select a different file for that. This is separate from normal logging; for that, see the option C<-v> below, and TeXLive::TLUtils. -=item B<-pause> +=item B<--pause> -This option make B<tlmgr> wait for user input before exiting. +This option make B<tlmgr> wait for user input before exiting. Useful on +Windows to avoid command windows disappearing. =back @@ -2907,8 +2909,8 @@ C<--backupdir> is not specified on the command line, the C<backupdir> option value is used (if set). The C<autobackup> option (de)activates the automatic generation of -backups. Its value is an integer. If C<autobackup> is -1, backups will -not be removed by default. If C<autobackup> is 0 or positive, it +backups. Its value is an integer. If C<autobackup> is C<-1<, backups +will not be removed by default. If C<autobackup> is 0 or positive, it specifies the number of backups to be kept. Thus, backups are disabled with 0 as the values. |