From 979a775afbb814b7e0d494442b2b9a2f7598a1b8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 19 May 2016 15:23:37 +0000 Subject: insufficient commas git-svn-id: svn://tug.org/texlive/trunk@41258 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 8 ++++---- 1 file 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, -- cgit v1.2.3