Fixed for comment in create_manpage_completions.py to refer to new filename

This commit is contained in:
Peter Ammon 2012-01-28 22:48:47 -08:00
parent d1b3b6a0ed
commit 7f284c404f

View file

@ -1,6 +1,6 @@
#!/usr/bin/python
""" Run me like this: ./ManParser2.py /usr/share/man/man1/* > test2.out """
""" Run me like this: ./create_manpage_completions.py /usr/share/man/man1/* > test2.out """
import sys, re, os.path, gzip