diff options
author | Norbert Preining <preining@logic.at> | 2015-04-19 12:26:46 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2015-04-19 12:26:46 +0000 |
commit | 5143e3b263814b1acf13e532f817972e629325c0 (patch) | |
tree | 473f37fd4c75904af6691dc8b19a196b1d653134 /Master/texmf-dist/scripts | |
parent | 985e77d3407874a950030dbc7d0c64547ad9d747 (diff) |
fix missing init-usertree action
git-svn-id: svn://tug.org/texlive/trunk@36929 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 1 |
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, |