*sigh* don't put an extra period after the version in "rem2html --version"

This commit is contained in:
Dianne Skoll
2026-02-05 22:33:43 -05:00
parent 01d3081f19
commit fd5d9a479d
2 changed files with 2 additions and 2 deletions

View File

@@ -1119,7 +1119,7 @@ if ($Options{help}) {
system("perldoc $0");
exit(0);
} elsif ($Options{version}) {
print "rem2html version $rem2html_version.\n";
print "rem2html version $rem2html_version\n";
exit(0);
}