diff options
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index edbd0d949a3..b8bca6dc6cc 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -340,7 +340,7 @@ for the full story.\n"; # unify arguments so that the $action contains paper in all cases # and push the first arg back to @ARGV for action_paper processing - if ($action =~ /^(paper|xdvi|pdftex|dvips|dvipdfmx?|context)$/) { + if ($action =~ /^(paper|xdvi|psutils|pdftex|dvips|dvipdfmx?|context)$/) { unshift(@ARGV, $action); $action = "paper"; } @@ -6690,10 +6690,10 @@ last argument (e.g., C<tlmgr dvips paper --list>), shows all valid paper sizes for that program. The first size shown is the default. Incidentally, this syntax of having a specific program name before the -C<paper> keyword may seem strange. It is inherited from the -longstanding C<texconfig> script, which supports other configuration -settings for some programs, notably C<dvips>. C<tlmgr> does not support -those extra settings at present. +C<paper> keyword is unusual. It is inherited from the longstanding +C<texconfig> script, which supports other configuration settings for +some programs, notably C<dvips>. C<tlmgr> does not support those extra +settings. =head2 path [--w32mode=user|admin] [add|remove] |