Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2021-04-10 18:39:36 +0300
committerSimon Tatham <anakin@pobox.com>2021-04-10 18:43:50 +0300
commitfd41f5dac045f0c9e1d4d6f34542cbedadf9a1fa (patch)
tree88ec690d38cf0276ba03196b0e2dd11368aedf20 /release.pl
parentf276be449c8ff3dcbe4fadff3fb1a2ac76fe86c9 (diff)
release.pl: fix misspelled option in comment.
I must have written that comment before I'd decided on how to spell --setver.
Diffstat (limited to 'release.pl')
-rwxr-xr-xrelease.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.pl b/release.pl
index 1c83f78f..c4e9822b 100755
--- a/release.pl
+++ b/release.pl
@@ -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";