summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-04 21:40:52 +0000
committerKarl Berry <karl@freefriends.org>2018-09-04 21:40:52 +0000
commitac8addfe3d73fbca9acd3c80c91a9a2247670fb4 (patch)
tree776e4cbfb4f3c7bbd470400958b56f0d0823d669 /Master/install-tl
parentee91c5d24b76823b569e540348b026eeb05c4c56 (diff)
no long help if -unknownoption
git-svn-id: svn://tug.org/texlive/trunk@48581 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index cee1bad9d3d..330e1638f6b 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -281,7 +281,7 @@ GetOptions(
"verify-downloads!" => \$opt_verify_downloads,
"version" => \$opt_version,
"warn-checksums!" => \$opt_warn_checksums,
- "help|?" => \$opt_help) or pod2usage(1);
+ "help|?" => \$opt_help) or pod2usage(2);
if ($opt_gui eq "") {
# the --gui option was given with an empty argument, set it to perltk