mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Fixed for comment in create_manpage_completions.py to refer to new filename
This commit is contained in:
parent
d1b3b6a0ed
commit
7f284c404f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue