mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:51:41 +03:00
cmdline-opts: added some missing info
This commit is contained in:
parent
c588840568
commit
4b8b7a2d36
4 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
Long: egd-file
|
||||
Arg: <file>
|
||||
Help: EGD socket path for random data
|
||||
Protocols: TLS
|
||||
See-also: random-file
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
Long: form-string
|
||||
Help: Specify HTTP multipart POST data
|
||||
Protocols: HTTP
|
||||
Arg: <name=string>
|
||||
See-also: form
|
||||
---
|
||||
Similar to --form except that the value string for the named parameter is used
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Long: quote
|
||||
Short: Q
|
||||
Help: Send command(s) to server before transfer
|
||||
Protocols: FTP SFTP
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
Long: referer
|
||||
Short: e
|
||||
Arg: <URL>
|
||||
Protocols: HTTP
|
||||
Help: Referer URL
|
||||
See-also: user-agent header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue