Skip to content

Commit

Permalink
Describe --output can be used without equals sign
Browse files Browse the repository at this point in the history
 Following the format we already follow for curl-options in the README and manpage.
  • Loading branch information
samueloph committed Dec 9, 2024
1 parent ea192a3 commit 51cd20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ should be using curl directly if your use case is not covered.

Specify extra options to be passed when invoking curl. May be specified more than once.

* `-o, -O, --output=<PATH>`
* `-o, -O, --output, --output=<PATH>`

Use the provided output path instead of getting it from the URL. If multiple
URLs are provided, all files will have the same name with a number appended to
Expand Down
2 changes: 1 addition & 1 deletion wcurl.1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ By default, \fBwcurl\fR will:
\fB\-\-curl\-options, \-\-curl\-options=\fI<CURL_OPTIONS>\fR...\fR
Specify extra options to be passed when invoking curl. May be specified more than once.
.TP
\fB\-o, \-O, \-\-output=\fI<PATH>\fR...\fR
\fB\-o, \-O, \-\-output, \-\-output=\fI<PATH>\fR...\fR
Use the provided output path instead of getting it from the URL. If multiple
URLs are provided, all files will have the same name with a number appended to
the end (curl >= 7.83.0). If this option is provided multiple times, only the
Expand Down

0 comments on commit 51cd20e

Please sign in to comment.