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:
calvin 2008-05-20 16:57:46 +00:00
parent 90587545f7
commit b0118ebbaa

View file

@ -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)