diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-28 23:23:17 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-29 00:31:37 +0200 |
commit | 12622f3899c5943b6bb6bdb6114133d98e26275b (patch) | |
tree | f4203f678b1e3b69a59d43f5ad8dc5e277f5a223 | |
parent | d848be14b2247db502186c5f9ba0926115b45602 (diff) |
curl.1: mention the deprecated --krb4 option
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 5261991d5..c19951e8a 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -957,6 +957,8 @@ This option requires a library built with kerberos4 support. This is not very common. Use \fI-V, --version\fP to see if your curl supports it. If this option is used several times, the last one will be used. +.IP "--krb4 <level>" +(FTP) This is the former name for \fI--krb\fP. Do not use. .IP "-l, --list-only" (FTP) When listing an FTP directory, this switch forces a name-only view. This is |