diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-05-18 23:11:45 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-18 23:11:45 +0200 |
commit | ce73a30168ee1117984a21a366b05931e87caaad (patch) | |
tree | 7cc2def729fa6925cca9a567d1ff83fab3709bad /docs | |
parent | b4cfda8a4aa885b444ac2b71adbbe87906545026 (diff) |
cmdline-opts/write-out.d: s/-L/--location
Since the man page generator wants the long option name version to
generate the proper output.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cmdline-opts/write-out.d | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/cmdline-opts/write-out.d b/docs/cmdline-opts/write-out.d index bb2910995..394151f31 100644 --- a/docs/cmdline-opts/write-out.d +++ b/docs/cmdline-opts/write-out.d @@ -65,8 +65,9 @@ The result of the HTTPS proxy's SSL peer certificate verification that was requested. 0 means the verification was successful. (Added in 7.52.0) .TP .B redirect_url -When an HTTP request was made without -L to follow redirects, this variable -will show the actual URL a redirect \fIwould\fP take you to. (Added in 7.18.2) +When an HTTP request was made without --location to follow redirects, this +variable will show the actual URL a redirect \fIwould\fP take you to. (Added +in 7.18.2) .TP .B remote_ip The remote IP address of the most recently done connection - can be either |