getparam: remove support for --ftpport

It has been deprecated and undocumented since commit ad5ead8bed (Dec
2003). --ftp-port is the proper long option name.
This commit is contained in:
Daniel Stenberg 2016-04-28 23:08:42 +02:00
parent e200034425
commit d6fa190503
1 changed files with 0 additions and 2 deletions

View File

@ -259,8 +259,6 @@ static const struct LongShort aliases[]= {
{"O", "remote-name", FALSE},
{"Oa", "remote-name-all", FALSE},
{"p", "proxytunnel", FALSE},
{"P", "ftpport", TRUE},
/* 'ftpport' old version */
{"P", "ftp-port", TRUE},
{"q", "disable", FALSE},
{"Q", "quote", TRUE},