summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-07-24 14:29:17 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-07-24 14:29:17 +0200
commit6e531b500b87c633f82fee085e0240c752cc8af0 (patch)
tree89e9214f550b24a9afa42e581b955e47ef501432 /tests
parent53b6b08956e45975c95401b5e3db0bc6a65e4c59 (diff)
downloadcrawler-6e531b500b87c633f82fee085e0240c752cc8af0.tar.gz
crawler-6e531b500b87c633f82fee085e0240c752cc8af0.tar.bz2
reading complete sitemap indexes and sitemaps
Diffstat (limited to 'tests')
-rw-r--r--tests/textwolf/test2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textwolf/test2.cpp b/tests/textwolf/test2.cpp
index f121995..849a485 100644
--- a/tests/textwolf/test2.cpp
+++ b/tests/textwolf/test2.cpp
@@ -10,7 +10,7 @@ using namespace textwolf;
int main( int argc, char *argv[] )
{
if( argc != 2 ) {
- cerr << "Usage: test1 <XML file>\n" << endl;
+ cerr << "Usage: test2 <XML file>\n" << endl;
return 1;
}