diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-28 23:38:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-29 00:31:37 +0200 |
commit | d0f42e52730101585a4f969475f08eb1da58b2d9 (patch) | |
tree | dcba1a99d9b3150c985b5776b7ed6b74ee41f581 /src/tool_getparam.c | |
parent | 9b1ed2ea8e0398085910dddaf40876e63978d8d8 (diff) |
curl: remove --http-request
It was mentioned as deprecated already in commit ae1912cb0d4 from
1999. It has not been documented in this millennium.
Diffstat (limited to 'src/tool_getparam.c')
-rw-r--r-- | src/tool_getparam.c | 2 |
1 files changed, 0 insertions, 2 deletions
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}, |