diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-02-25 21:33:31 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-02-25 21:33:31 +1300 |
commit | 2e492b8e94362dbd9380d1d3eb38b5abaa8f137d (patch) | |
tree | dcaab3f7b778b2469d640b1a95975b91bcbfea86 /mitmdump | |
parent | 6921b9ff2a3f1f9592704e4b85c4400cad243538 (diff) | |
download | mitmproxy-2e492b8e94362dbd9380d1d3eb38b5abaa8f137d.tar.gz mitmproxy-2e492b8e94362dbd9380d1d3eb38b5abaa8f137d.tar.bz2 mitmproxy-2e492b8e94362dbd9380d1d3eb38b5abaa8f137d.zip |
Minor command-line argument fixes.
Diffstat (limited to 'mitmdump')
-rwxr-xr-x | mitmdump | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ if __name__ == '__main__': parser.add_option( "-p", action="store", type = "int", dest="port", default=8080, - help = "Port." + help = "Proxy service port." ) parser.add_option("-c", action="store_true", dest="stickycookie_all", default=None, |