mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-15 17:31:16 -03:00
Fixed for comment in create_manpage_completions.py to refer to new filename
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user