diff --git a/samples/DOMCount/DOMCount.cpp b/samples/DOMCount/DOMCount.cpp index fefd9c1dc2630b11208f5340100d08cc37a798e2..99d6d5bfbc6429f81e88dbf3a14f3dc1323df91c 100644 --- a/samples/DOMCount/DOMCount.cpp +++ b/samples/DOMCount/DOMCount.cpp @@ -96,7 +96,7 @@ static void usage() " -n Enable namespace processing. Defaults to off.\n" " -s Enable schema processing. Defaults to off.\n" " -f Enable full schema constraint checking. Defaults to off.\n" - " -locale=ll_CC specify the locale, default: en_US \n" + " -locale=ll_CC specify the locale, default: en_US.\n" " -? Show this help.\n\n" " * = Default if not provided explicitly.\n" << endl; diff --git a/samples/SAX2Count/SAX2Count.cpp b/samples/SAX2Count/SAX2Count.cpp index e5904a05773bc49e89f7bdc8402c35334572f40c..bfb739233914c4ad8703d5fd3f6507559ea16b4a 100644 --- a/samples/SAX2Count/SAX2Count.cpp +++ b/samples/SAX2Count/SAX2Count.cpp @@ -56,6 +56,9 @@ /* * $Log$ +* Revision 1.24 2002/12/10 13:34:51 tng +* Samples minor update in usage information. +* * Revision 1.23 2002/11/08 16:18:50 peiyongz * no message * @@ -159,7 +162,7 @@ void usage() " NOTE: THIS IS OPPOSITE FROM OTHER SAMPLES.\n" " -s Disable schema processing. Defaults to on.\n" " NOTE: THIS IS OPPOSITE FROM OTHER SAMPLES.\n" - " -locale=ll_CC specify the locale, default: en_US \n" + " -locale=ll_CC specify the locale, default: en_US.\n" " -? Show this help.\n\n" " * = Default if not provided explicitly.\n" << endl; diff --git a/samples/SAXCount/SAXCount.cpp b/samples/SAXCount/SAXCount.cpp index a5471000b00a041199a018b33c14f6a58e5a7db6..14eb62aa3242274f92411c95be03be32413e9127 100644 --- a/samples/SAXCount/SAXCount.cpp +++ b/samples/SAXCount/SAXCount.cpp @@ -56,6 +56,9 @@ /* * $Log$ +* Revision 1.27 2002/12/10 13:34:42 tng +* Samples minor update in usage information. +* * Revision 1.26 2002/11/08 16:19:05 peiyongz * no message * @@ -173,7 +176,7 @@ void usage() " -n Enable namespace processing. Defaults to off.\n" " -s Enable schema processing. Defaults to off.\n" " -f Enable full schema constraint checking. Defaults to off.\n" - " -locale=ll_CC specify the locale, default: en_US \n" + " -locale=ll_CC specify the locale, default: en_US.\n" " -? Show this help.\n\n" " * = Default if not provided explicitly.\n" << endl;