mirror of
https://github.com/curl/curl.git
synced 2026-08-01 19:40:32 +03:00
docs: end "...can be used several times..." sentences with period
Closes #21644
This commit is contained in:
parent
f9b9d3b141
commit
d9514e3b92
1 changed files with 1 additions and 1 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue