summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-17 22:11:07 +0000
committerKarl Berry <karl@freefriends.org>2010-10-17 22:11:07 +0000
commitc07700aba0e49e0812025eb1b7cf47375cfb3ded (patch)
tree830205fbbe6b907e195c1ea4030c8a31c3835b7c /Master/texmf
parent6938aedf350efef74b717a3d85fff2e9214cb745 (diff)
mention restore --force
git-svn-id: svn://tug.org/texlive/trunk@20130 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl22
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