*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
+1 -1
View File
@@ -182,7 +182,7 @@ if ($help) {
}
if ($version) {
print "rem2html version $VERSION\n";
print "rem2pdf version $VERSION\n";
exit(0);
}