Skip to content

Commit

Permalink
Fix punctuation in list of features
Browse files Browse the repository at this point in the history
  • Loading branch information
samueloph committed Dec 14, 2024
1 parent e345b56 commit eaae96d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ should be using curl directly if your use case is not covered.
* Avoid overwriting files if the installed curl's version is >= 7.83.0 (`--no-clobber`);
* Perform retries;
* Set the downloaded file timestamp to the value provided by the server, if available;
* Disable **curl**'s URL globbing parser so `{}` and `[]` characters in URLs are not treated specially.
* Percent-decode the resulting filename.
* Disable **curl**'s URL globbing parser so `{}` and `[]` characters in URLs are not treated specially;
* Percent-decode the resulting filename;
* Use "index.html" as default filename if there's none in the URL.

# Options
Expand Down
4 changes: 2 additions & 2 deletions wcurl.1
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ By default, \fBwcurl\fR will:
.br
\[bu] Default to the protocol used as https if the URL doesn't contain any;
.br
\[bu] Disable \fBcurl\fR's URL globbing parser so \fB{}\fR and \fB[]\fR characters in URLs are not treated specially.
\[bu] Disable \fBcurl\fR's URL globbing parser so \fB{}\fR and \fB[]\fR characters in URLs are not treated specially;
.br
\[bu] Percent-decode the resulting filename.
\[bu] Percent-decode the resulting filename;
.br
\[bu] Use "index.html" as default filename if there's none in the URL.
.SH OPTIONS
Expand Down

0 comments on commit eaae96d

Please sign in to comment.