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:
parent
f276be449c
commit
fd41f5dac0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user