mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Correct parsehtml.py script documentation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3762 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
90587545f7
commit
b0118ebbaa
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
def _main (args):
|
||||
"""USAGE: test/run.sh test/parsefile.py test.html"""
|
||||
"""USAGE: scripts/run.sh scripts/parsefile.py test.html"""
|
||||
if len(args) < 1:
|
||||
print _main.__doc__
|
||||
sys.exit(1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue