diff options
author | Valtteri Virtanen <valtteri@taiste.fi> | 2012-03-05 11:56:03 +0200 |
---|---|---|
committer | Valtteri Virtanen <valtteri@taiste.fi> | 2012-03-05 11:56:03 +0200 |
commit | 93565392cdb5383c5b1292078d48f3ae9245a920 (patch) | |
tree | 11f36e708d71325637a3ba8c406e9b6391fb849d | |
parent | ed56d67cea3c0d6c0891306ec081eac95004919b (diff) | |
download | mitmproxy-93565392cdb5383c5b1292078d48f3ae9245a920.tar.gz mitmproxy-93565392cdb5383c5b1292078d48f3ae9245a920.tar.bz2 mitmproxy-93565392cdb5383c5b1292078d48f3ae9245a920.zip |
Adds space between sentences on no-pop's help
-rw-r--r-- | libmproxy/cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/cmdline.py b/libmproxy/cmdline.py index 035423d5..27819294 100644 --- a/libmproxy/cmdline.py +++ b/libmproxy/cmdline.py @@ -187,7 +187,7 @@ def common_options(parser): group.add_option( "--no-pop", action="store_true", dest="nopop", default=False, - help="Disable response pop from response flow." + help="Disable response pop from response flow. " "This makes it possible to replay same response multiple times." ) parser.add_option_group(group) |