From afe6bf0309c19891455cc81b3856bd68b1031649 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 24 Sep 2016 22:12:02 -0700 Subject: fix #1221 (#1578) --- pathod/pathoc_cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pathod/pathoc_cmdline.py') 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", -- cgit v1.2.3