From fd41f5dac045f0c9e1d4d6f34542cbedadf9a1fa Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 10 Apr 2021 16:39:36 +0100 Subject: [PATCH] release.pl: fix misspelled option in comment. I must have written that comment before I'd decided on how to spell --setver. --- release.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";