diff options
Diffstat (limited to 'examples/mitmproxywrapper.py')
-rw-r--r-- | examples/mitmproxywrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mitmproxywrapper.py b/examples/mitmproxywrapper.py index 2c5016ec..6841d05f 100644 --- a/examples/mitmproxywrapper.py +++ b/examples/mitmproxywrapper.py @@ -141,7 +141,7 @@ class Wrapper(object): '--toggle', action='store_true', help='just toggle the proxy configuration') - # parser.add_argument('--honeyproxy', action='store_true', help='run honeyproxy instead of mitmproxy') + # parser.add_argument('--honeyproxy', action='store_true', help='run honeyproxy instead of mitmproxy') parser.add_argument( '-p', '--port', |