aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-13 11:26:30 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-13 11:26:30 +1300
commit0042687f0da202dd33bb799c7bbc51273c4174fa (patch)
tree9ade3d20473b11f4775528639a8f1caf44a801e6 /mitmproxy
parentc901cbbadada76adca83daa800d65919f44d912f (diff)
downloadmitmproxy-0042687f0da202dd33bb799c7bbc51273c4174fa.tar.gz
mitmproxy-0042687f0da202dd33bb799c7bbc51273c4174fa.tar.bz2
mitmproxy-0042687f0da202dd33bb799c7bbc51273c4174fa.zip
Remove beep functionality from mitmproxy.
This acts funny (sometimes works, sometimes doesn't) and isn't really useful.
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."