diff options
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index c25546ce5ed..b36ad5aa137 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -261,20 +261,20 @@ my %action_specification = ( "postaction" => { "options" => { "all" => 1, - "fileassocmode" => "=i" + "fileassocmode" => "=i", "w32mode" => "=s", }, "run-post" => 0, "function" => \&action_postaction }, "recreate-tlpdb" => { - "function" => \&action_recreate_tlpdb "options" => { "platform|arch" => "=s" }, "run-post" => 0, + "function" => \&action_recreate_tlpdb }, "remove" => { "options" => { - "dry-run|n" => 1 + "dry-run|n" => 1, "force" => 1, "no-depends" => 1, "no-depends-at-all" => 1, @@ -317,7 +317,7 @@ my %action_specification = ( "all" => 1, "backup" => 1, "backupdir" => "=s", - "dry-run|n" => 1 + "dry-run|n" => 1, "exclude" => "=s@", "force" => 1, "list" => 1, |