1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00

release.pl: fix misspelled option in comment.

I must have written that comment before I'd decided on how to spell
--setver.
This commit is contained in:
Simon Tatham 2021-04-10 16:39:36 +01:00
parent f276be449c
commit fd41f5dac0

View File

@ -24,7 +24,7 @@ GetOptions("version=s" => \$version,
"no-ftp" => \$skip_ftp)
or &usage();
# --set-version: construct a local commit which updates the version
# --setver: construct a local commit which updates the version
# number, and the command-line help transcripts in the docs.
if ($setver) {
defined $version or die "use --version";