summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Smith <zd@zdsmith.com>2018-04-25 22:41:42 -0400
committerZach Smith <zd@zdsmith.com>2018-04-25 22:41:42 -0400
commit185f999fad86967f98926b97a1ef1e220fbce39b (patch)
tree892c85b424eab74e865d2ade0208bdfb6861b99f
parent178093e84a2a66f39af109f81cbb184c9fe04ef7 (diff)
downloadpycco-185f999fad86967f98926b97a1ef1e220fbce39b.tar.gz
Escape double dash in comment
-rw-r--r--pycco/main.py2
1 files changed, 1 insertions, 1 deletions
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: