aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathoc_cmdline.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-09-24 22:12:02 -0700
committerGitHub <noreply@github.com>2016-09-24 22:12:02 -0700
commitafe6bf0309c19891455cc81b3856bd68b1031649 (patch)
tree0c253635afc45528a932605847233e35a8908fb1 /pathod/pathoc_cmdline.py
parenteeec17902fdcd7de766dc79ed6a2e3a73ad4ce3d (diff)
downloadmitmproxy-afe6bf0309c19891455cc81b3856bd68b1031649.tar.gz
mitmproxy-afe6bf0309c19891455cc81b3856bd68b1031649.tar.bz2
mitmproxy-afe6bf0309c19891455cc81b3856bd68b1031649.zip
fix #1221 (#1578)
Diffstat (limited to 'pathod/pathoc_cmdline.py')
-rw-r--r--pathod/pathoc_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/pathoc_cmdline.py b/pathod/pathoc_cmdline.py
index 50f584e2..4199e37a 100644
--- a/pathod/pathoc_cmdline.py
+++ b/pathod/pathoc_cmdline.py
@@ -50,7 +50,7 @@ def args_pathoc(argv, stdout=sys.stdout, stderr=sys.stderr):
)
parser.add_argument(
"-n", dest='repeat', default=1, type=int, metavar="N",
- help='Repeat N times. If 0 repeat for ever.'
+ help='Repeat N times. Pass -1 to repeat infinitely.'
)
parser.add_argument(
"-w", dest='wait', default=0, type=float, metavar="N",