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";