aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy')
-rwxr-xr-xmitmproxy5
1 files changed, 0 insertions, 5 deletions
diff --git a/mitmproxy b/mitmproxy
index 974a9210..f6c4653c 100755
--- a/mitmproxy
+++ b/mitmproxy
@@ -35,11 +35,6 @@ if __name__ == '__main__':
"See help in mitmproxy for filter expression syntax."
)
group.add_option(
- "-B", "--beep", action="store",
- type = "str", dest="beep", default=None,
- help = "Beep filter expression."
- )
- group.add_option(
"-l", "--limit", action="store",
type = "str", dest="limit", default=None,
help = "Limit filter expression."