From: Daniel Stenberg Date: Thu, 28 Apr 2016 21:38:28 +0000 (+0200) Subject: curl: remove --http-request X-Git-Tag: curl-7_49_0~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0f42e52730101585a4f969475f08eb1da58b2d9;p=curl curl: remove --http-request It was mentioned as deprecated already in commit ae1912cb0d4 from 1999. It has not been documented in this millennium. --- diff --git a/src/tool_getparam.c b/src/tool_getparam.c index e76de66e5..dc5fbd8f6 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -275,8 +275,6 @@ static const struct LongShort aliases[]= { {"w", "write-out", TRUE}, {"x", "proxy", TRUE}, {"X", "request", TRUE}, - {"X", "http-request", TRUE}, - /* 'http-request' OBSOLETE VERSION */ {"Y", "speed-limit", TRUE}, {"y", "speed-time", TRUE}, {"z", "time-cond", TRUE},