docs: end "...can be used several times..." sentences with period

Closes #21644
This commit is contained in:
Tim Martin 2026-05-16 04:12:06 -05:00 committed by Daniel Stenberg
parent f9b9d3b141
commit d9514e3b92
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -787,7 +787,7 @@ sub single {
}
elsif($multi eq "append") {
push @extra,
sprintf("${pre}%s can be used several times in a command line\n",
sprintf("${pre}%s can be used several times in a command line.\n",
manpageify($long, $manpage));
}
elsif($multi eq "boolean") {