summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2015-04-19 12:26:46 +0000
committerNorbert Preining <preining@logic.at>2015-04-19 12:26:46 +0000
commit5143e3b263814b1acf13e532f817972e629325c0 (patch)
tree473f37fd4c75904af6691dc8b19a196b1d653134
parent985e77d3407874a950030dbc7d0c64547ad9d747 (diff)
fix missing init-usertree action
git-svn-id: svn://tug.org/texlive/trunk@36929 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 19bd576ef41..c27fd68c572 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -165,6 +165,7 @@ sub main {
"help" => { },
"info" => { "list" => 1,
"only-installed" => 1 },
+ "init-usertree" => { },
"install" => { "dry-run|n" => 1,
"file" => 1,
"force" => 1,