diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-12-16 22:01:01 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-12-16 22:01:01 +0100 |
commit | 4b8b7a2d3647ebc8e774e75e4898b282dc2ca314 (patch) | |
tree | 5ca946270106af30a77f91cb0d26c1c1b4e4005a | |
parent | c5888405685866037d1cb4705c93e6aeff05de26 (diff) |
cmdline-opts: added some missing info
-rw-r--r-- | docs/cmdline-opts/egd-file.d | 1 | ||||
-rw-r--r-- | docs/cmdline-opts/form-string.d | 1 | ||||
-rw-r--r-- | docs/cmdline-opts/quote.d | 1 | ||||
-rw-r--r-- | docs/cmdline-opts/referer.d | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/docs/cmdline-opts/egd-file.d b/docs/cmdline-opts/egd-file.d index 2ee6d34d7..c22790f6a 100644 --- a/docs/cmdline-opts/egd-file.d +++ b/docs/cmdline-opts/egd-file.d @@ -1,4 +1,5 @@ Long: egd-file +Arg: <file> Help: EGD socket path for random data Protocols: TLS See-also: random-file diff --git a/docs/cmdline-opts/form-string.d b/docs/cmdline-opts/form-string.d index db1856b4f..1e6c0f94c 100644 --- a/docs/cmdline-opts/form-string.d +++ b/docs/cmdline-opts/form-string.d @@ -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 diff --git a/docs/cmdline-opts/quote.d b/docs/cmdline-opts/quote.d index 621c571a3..cdd3ca6bd 100644 --- a/docs/cmdline-opts/quote.d +++ b/docs/cmdline-opts/quote.d @@ -1,4 +1,5 @@ Long: quote +Short: Q Help: Send command(s) to server before transfer Protocols: FTP SFTP --- diff --git a/docs/cmdline-opts/referer.d b/docs/cmdline-opts/referer.d index fe6557a25..1d4521140 100644 --- a/docs/cmdline-opts/referer.d +++ b/docs/cmdline-opts/referer.d @@ -1,5 +1,6 @@ Long: referer Short: e +Arg: <URL> Protocols: HTTP Help: Referer URL See-also: user-agent header |