diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 45d51b2edda..3b1995940c1 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -5082,21 +5082,25 @@ Options: =over 4 -=item B<--dry-run> +=item B<--all> -Nothing is actually restored; instead, the actions to be performed are -written to the terminal. +Try to restore the latest revision of all package backups found in the +backup directory. Additional non-option arguments (like I<pkg>) are not +allowed. =item B<--backupdir> I<directory> -Specify the directory where the backups are to be found. If not given -it will be taken from the configuration setting in the TLPDB. +Specify the directory where the backups are to be found. If not given it +will be taken from the configuration setting in the TLPDB. -=item B<--all> +=item B<--dry-run> + +Nothing is actually restored; instead, the actions to be performed are +written to the terminal. + +=item B<--force> -Try to restore the latest revision of all -package backups found in the backup directory. Additional non-option -arguments (like I<pkg>) are not allowed. +Don't ask questions. =back |