Better format e.g. statement.

This commit is contained in:
2026-04-01 11:29:02 +02:00
parent c038a4a205
commit 4c2a5922c2

2
ccc
View File

@@ -55,7 +55,7 @@ if($arg =~ /^(\d+)-(\d+)$/) {
} elsif($arg =~ /^\d+$/) {
$start_section = $end_section = $arg;
} else {
print STDERR "Error: Invalid section format. Use a number (e.g., 270) or range (e.g., 1691-1698)\n";
print STDERR "Error: Invalid section format. Use a number (e.g. 270) or range (e.g. 1691-1698)\n";
exit 1;
}