Loading docs/curl.1 +4 −4 Original line number Original line Diff line number Diff line Loading @@ -1914,10 +1914,10 @@ alter the way curl behaves. So for example if you want to make a proper HEAD request, using -X HEAD will not suffice. You need to use the \fI-I, --head\fP request, using -X HEAD will not suffice. You need to use the \fI-I, --head\fP option. option. The the method string you set with -X will be used for all requests, which if The method string you set with -X will be used for all requests, which if you you for example use \fB-L, --location\fP may cause unintended side-effects for example use \fB-L, --location\fP may cause unintended side-effects when when curl doesn't change request method according to the HTTP 30x response curl doesn't change request method according to the HTTP 30x response codes - codes - and similar. and similar. (FTP) (FTP) Specifies a custom FTP command to use instead of LIST when doing file lists Specifies a custom FTP command to use instead of LIST when doing file lists Loading Loading
docs/curl.1 +4 −4 Original line number Original line Diff line number Diff line Loading @@ -1914,10 +1914,10 @@ alter the way curl behaves. So for example if you want to make a proper HEAD request, using -X HEAD will not suffice. You need to use the \fI-I, --head\fP request, using -X HEAD will not suffice. You need to use the \fI-I, --head\fP option. option. The the method string you set with -X will be used for all requests, which if The method string you set with -X will be used for all requests, which if you you for example use \fB-L, --location\fP may cause unintended side-effects for example use \fB-L, --location\fP may cause unintended side-effects when when curl doesn't change request method according to the HTTP 30x response curl doesn't change request method according to the HTTP 30x response codes - codes - and similar. and similar. (FTP) (FTP) Specifies a custom FTP command to use instead of LIST when doing file lists Specifies a custom FTP command to use instead of LIST when doing file lists Loading