diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-19 15:23:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-19 15:23:37 +0000 |
commit | 979a775afbb814b7e0d494442b2b9a2f7598a1b8 (patch) | |
tree | c28abcc163891aa6d7d65ef6810e2798e2c04cf5 | |
parent | 46790d23f9c8eb20edb18cb8cb5d03d40256f9c1 (diff) |
insufficient commas
git-svn-id: svn://tug.org/texlive/trunk@41258 c570f23f-e606-0410-a88d-b1316a301751
-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, |