From d0f42e52730101585a4f969475f08eb1da58b2d9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Apr 2016 23:38:28 +0200 Subject: curl: remove --http-request It was mentioned as deprecated already in commit ae1912cb0d4 from 1999. It has not been documented in this millennium. --- src/tool_getparam.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tool_getparam.c') 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}, -- cgit v1.2.3