summaryrefslogtreecommitdiff
path: root/xsd/examples/cxx/tree/compression/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/examples/cxx/tree/compression/driver.cxx')
-rw-r--r--xsd/examples/cxx/tree/compression/driver.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xsd/examples/cxx/tree/compression/driver.cxx b/xsd/examples/cxx/tree/compression/driver.cxx
index db285cf..34238b1 100644
--- a/xsd/examples/cxx/tree/compression/driver.cxx
+++ b/xsd/examples/cxx/tree/compression/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/compression/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
@@ -20,7 +19,7 @@ main (int argc, char* argv[])
{
if (argc != 2)
{
- cerr << "usage: " << argv[0] << " library.xml" << endl;
+ cerr << "usage: " << argv[0] << " library.xml.gz" << endl;
return 1;
}