diff options
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, |