diff options
author | Norbert Preining <preining@logic.at> | 2008-11-05 15:07:59 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-11-05 15:07:59 +0000 |
commit | 4367520333d6a964e1cd4dd49e0b5e400ee6056c (patch) | |
tree | 96aff8758b8d0694e6b3e4d3e7282bbae5b95e12 /Master/tlpkg | |
parent | a7f29c07a397eef96a2d736f83c5bff149aaf459 (diff) |
$help -> $opt_help, one was missing
git-svn-id: svn://tug.org/texlive/trunk@11195 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-nsis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-nsis b/Master/tlpkg/bin/tl-update-nsis index ed26bd28550..962be7c47d4 100755 --- a/Master/tlpkg/bin/tl-update-nsis +++ b/Master/tlpkg/bin/tl-update-nsis @@ -29,7 +29,7 @@ my $opt_help = 0; TeXLive::TLUtils::process_logging_options(); -GetOptions("help|?" => \$help) or pod2usage(1); +GetOptions("help|?" => \$opt_help) or pod2usage(1); pod2usage(-exitstatus => 0, -verbose => 2) if $opt_help; exit (&main ()); |