Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wcurl.1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wcurl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down