diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-11-15 15:58:20 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-11-15 23:06:41 +0100 |
commit | ddaa85893d8ca62b96454de3a98ebb4e750fdc36 (patch) | |
tree | 632ad83c371601110b24442ce12124f3470f61cd /docs/cmdline-opts/proxy-pass.d | |
parent | f5f12331e5375073a6af9017e690c66fcc11fc2b (diff) | |
download | curl-ddaa85893d8ca62b96454de3a98ebb4e750fdc36.tar.gz |
curl.1: require "see also" for every documented option
gen.pl now generates a warning if the "See Also" field is not filled in for a
command line option
All command line options now provide one or more related options. 167
"See alsos" added!
Closes #8019
Diffstat (limited to 'docs/cmdline-opts/proxy-pass.d')
-rw-r--r-- | docs/cmdline-opts/proxy-pass.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/proxy-pass.d b/docs/cmdline-opts/proxy-pass.d index b71468413..a513991d0 100644 --- a/docs/cmdline-opts/proxy-pass.d +++ b/docs/cmdline-opts/proxy-pass.d @@ -4,5 +4,6 @@ Help: Pass phrase for the private key for HTTPS proxy Added: 7.52.0 Category: proxy tls auth Example: --proxy-pass secret --proxy-key here -x https://proxy $URL +See-also: proxy proxy-key --- Same as --pass but used in HTTPS proxy context. |