diff options
author | ville <ville@localhost> | 2010-03-04 15:50:54 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-03-04 15:50:54 +0000 |
commit | 11fc71b938111e04003a616d53ea87ca8d564ea2 (patch) | |
tree | 83e028279756cab910257552a8bcf2f1edf8ee00 | |
parent | 896822b35a5374ee3b7163162d4a115e00842169 (diff) | |
download | markup-validator-11fc71b938111e04003a616d53ea87ca8d564ea2.zip markup-validator-11fc71b938111e04003a616d53ea87ca8d564ea2.tar.gz markup-validator-11fc71b938111e04003a616d53ea87ca8d564ea2.tar.bz2 |
Usage message fix.
-rwxr-xr-x | misc/testsuite/harness.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/testsuite/harness.py b/misc/testsuite/harness.py index 5ebfb9f..d45398b 100755 --- a/misc/testsuite/harness.py +++ b/misc/testsuite/harness.py @@ -43,7 +43,7 @@ Usage: harness.py [options] [run|sanity|doc] useful after using test cases or modifying code list: list the available test collections doc: generate an HTML index of the test cases - (to be saved in ../htdocs/dev/tests/index.html) + (to be saved in ../../htdocs/dev/tests/index.html) ''' class Usage(Exception): |