From b0118ebbaa9a0ef1b1ffafa1898a3d2cffe0a843 Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 20 May 2008 16:57:46 +0000 Subject: [PATCH] Correct parsehtml.py script documentation git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3762 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- scripts/parsefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/parsefile.py b/scripts/parsefile.py index 17cd1506..0a235a43 100755 --- a/scripts/parsefile.py +++ b/scripts/parsefile.py @@ -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)