From 185f999fad86967f98926b97a1ef1e220fbce39b Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Wed, 25 Apr 2018 22:41:42 -0400 Subject: Escape double dash in comment --- pycco/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycco/main.py b/pycco/main.py index b49cfb9..c062fbd 100644 --- a/pycco/main.py +++ b/pycco/main.py @@ -609,7 +609,7 @@ def main(): language=opts.language, index=opts.generate_index, skip=opts.skip_bad_files) - # If the -w / --watch option was present, monitor the source directories + # If the -w / \-\-watch option was present, monitor the source directories # for changes and re-generate documentation for source files whenever they # are modified. if opts.watch: -- cgit v1.2.1