From d06b4bfa4e4cc51e903b49e246d7771726a3e3a4 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 8 Sep 2014 14:32:42 +0200 Subject: remove proxy mode abstraction: always be clear which mode we are in --- libmproxy/cmdline.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libmproxy/cmdline.py') diff --git a/libmproxy/cmdline.py b/libmproxy/cmdline.py index 28156a59..39b0bfa3 100644 --- a/libmproxy/cmdline.py +++ b/libmproxy/cmdline.py @@ -314,11 +314,6 @@ def common_options(parser): action="store", choices=("relative", "absolute"), help="Override the HTTP request form sent upstream by the proxy" ) - group.add_argument( - "--destination-server", dest="manual_destination_server", default=None, - action="store", type=parse_server_spec, - help="Override the destination server all requests are sent to: http[s][2http[s]]://host[:port]" - ) group = parser.add_argument_group("Web App") group.add_argument( -- cgit v1.2.3