diff options
Diffstat (limited to 'docs/cmdline-opts/proto-default.d')
-rw-r--r-- | docs/cmdline-opts/proto-default.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/proto-default.d b/docs/cmdline-opts/proto-default.d index 1c2afea2c..74d3932cf 100644 --- a/docs/cmdline-opts/proto-default.d +++ b/docs/cmdline-opts/proto-default.d @@ -4,14 +4,14 @@ Arg: <protocol> Added: 7.45.0 Category: connection curl --- -Tells curl to use \fIprotocol\fP for any URL missing a scheme name. +Tells curl to use *protocol* for any URL missing a scheme name. Example: curl --proto-default https ftp.mozilla.org An unknown or unsupported protocol causes error -\fICURLE_UNSUPPORTED_PROTOCOL\fP (1). +*CURLE_UNSUPPORTED_PROTOCOL* (1). This option does not change the default proxy protocol (http). |