Skip to content

Commit 51cd20e

Browse files
committed
Describe --output can be used without equals sign
Following the format we already follow for curl-options in the README and manpage.
1 parent ea192a3 commit 51cd20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ should be using curl directly if your use case is not covered.
5353

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

56-
* `-o, -O, --output=<PATH>`
56+
* `-o, -O, --output, --output=<PATH>`
5757

5858
Use the provided output path instead of getting it from the URL. If multiple
5959
URLs are provided, all files will have the same name with a number appended to

wcurl.1

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

0 commit comments

Comments
 (0)