diff --git a/wcurl.1 b/wcurl.1 index 99d0ab2..5199504 100644 --- a/wcurl.1 +++ b/wcurl.1 @@ -37,7 +37,7 @@ if the installed curl's version is \>= 8.16.0 (--parallel-max-host); .IP "* Automatically choose a filename as output;" .IP "* Avoid overwriting files" .nf - if the installed curl's version is \>= 7.83.0 (--no-clobber); +if the installed curl's version is \>= 7.83.0 (--no-clobber); .fi .IP "* Perform retries;" .IP "* Set the downloaded file timestamp" diff --git a/wcurl.md b/wcurl.md index ab5c3aa..6b214e7 100644 --- a/wcurl.md +++ b/wcurl.md @@ -53,7 +53,7 @@ By default, **wcurl** does: ## * Automatically choose a filename as output; ## * Avoid overwriting files - if the installed curl's version is \>= 7.83.0 (--no-clobber); + if the installed curl's version is \>= 7.83.0 (--no-clobber); ## * Perform retries;