mirror of
https://github.com/curl/curl.git
synced 2026-04-28 02:52:12 +03:00
manpage-scan.pl: allow deprecated options to get removed from curl.1
--krb4, --ftp-ssl and --ftp-ssl-reqd no longer need to be documented in the man page
This commit is contained in:
parent
58206f0ef2
commit
7618e60c27
1 changed files with 4 additions and 4 deletions
|
|
@ -147,10 +147,10 @@ my %opts = (
|
|||
'-N, --buffer' => 6,
|
||||
'--sessionid' => 6,
|
||||
|
||||
# deprecated options do not need to be in curl -h output
|
||||
'--krb4' => 4,
|
||||
'--ftp-ssl' => 4,
|
||||
'--ftp-ssl-reqd' => 4,
|
||||
# deprecated options do not need to be in tool_help.c nor curl.1
|
||||
'--krb4' => 6,
|
||||
'--ftp-ssl' => 6,
|
||||
'--ftp-ssl-reqd' => 6,
|
||||
|
||||
# for tests and debug only, can remain hidden
|
||||
'--test-event' => 6,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue