diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-04 20:36:50 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-04 20:36:50 +1200 |
commit | 07d5b90ebf190c4419f6b3f3d3cea1cf116ceecb (patch) | |
tree | 3a27d3c3e0b4985368fcd3a8153924c497162fbd /libpathod/cmdline.py | |
parent | 182b79ab9ec3f59e17536b135e90eaa91e577111 (diff) | |
download | mitmproxy-07d5b90ebf190c4419f6b3f3d3cea1cf116ceecb.tar.gz mitmproxy-07d5b90ebf190c4419f6b3f3d3cea1cf116ceecb.tar.bz2 mitmproxy-07d5b90ebf190c4419f6b3f3d3cea1cf116ceecb.zip |
Shore up test suite.
Diffstat (limited to 'libpathod/cmdline.py')
-rw-r--r-- | libpathod/cmdline.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libpathod/cmdline.py b/libpathod/cmdline.py index af1b1c3d..ac03a5d4 100644 --- a/libpathod/cmdline.py +++ b/libpathod/cmdline.py @@ -8,7 +8,6 @@ from netlib import http_uastrings from . import pathoc, pathod, version, utils, language - def args_pathoc(argv, stdout=sys.stdout, stderr=sys.stderr): preparser = argparse.ArgumentParser(add_help=False) preparser.add_argument( @@ -43,8 +42,8 @@ def args_pathoc(argv, stdout=sys.stdout, stderr=sys.stderr): "-m", dest='memo', action="store_true", default=False, help=""" Remember specs, and never play the same one twice. Note that this - means requests have to be rendered in memory, which means that large - generated data can cause issues. + means requests have to be rendered in memory, which means that + large generated data can cause issues. """ ) parser.add_argument( |