rahulj 99/11/19 17:09:56
Modified: c/samples/MemParse MemParse.cpp
Log:
Fixed usage message.
Revision Changes Path
1.2 +4 -1 xml-xerces/c/samples/MemParse/MemParse.cpp
Index: MemParse.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/MemParse/MemParse.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MemParse.cpp 1999/11/09 01:09:49 1.1
+++ MemParse.cpp 1999/11/20 01:09:55 1.2
@@ -64,9 +64,12 @@
* on parameters to the constructor.
*
* $Log: MemParse.cpp,v $
- * Revision 1.1 1999/11/09 01:09:49 twl
- * Initial revision
+ * Revision 1.2 1999/11/20 01:09:55 rahulj
+ * Fixed usage message.
*
+ * Revision 1.1.1.1 1999/11/09 01:09:49 twl
+ * Initial checkin
+ *
* Revision 1.7 1999/11/08 20:43:36 rahul
* Swat for adding in Product name and CVS comment log variable.
*
@@ -126,7 +129,7 @@
void usage()
{
cout << "\nUsage:\n"
- << " MemParse [-nv]\n"
+ << " MemParse [-v]\n"
<< "This program uses the SAX Parser to parse a memory buffer\n"
<< "containing XML statements, and reports the number of\n"
<< "elements and attributes found.\n"