aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-04 14:17:26 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-04 14:17:26 +1200
commit4da8054e215ec8594ac17075f116f9d26cee7bfa (patch)
tree287cf95b2da2544e0b1753311519cc068945907c /libmproxy
parent99ac7b84017d411e037e71041024f3cb2f653b09 (diff)
downloadmitmproxy-4da8054e215ec8594ac17075f116f9d26cee7bfa.tar.gz
mitmproxy-4da8054e215ec8594ac17075f116f9d26cee7bfa.tar.bz2
mitmproxy-4da8054e215ec8594ac17075f116f9d26cee7bfa.zip
Docs: replacements, upstream certs.
Also, move reverse proxy command-line flag to -P.
Diffstat (limited to 'libmproxy')
-rw-r--r--libmproxy/cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/cmdline.py b/libmproxy/cmdline.py
index 483adfc0..dd1f328b 100644
--- a/libmproxy/cmdline.py
+++ b/libmproxy/cmdline.py
@@ -154,7 +154,7 @@ def common_options(parser):
help = "Proxy service port."
)
parser.add_option(
- "-R",
+ "-P",
action="store", dest="reverse_proxy", default=None,
help="Reverse proxy to upstream server: http[s]://host[:port]"
)