From 1dc711e95baf8207f390a89347bd47a4b2973fd2 Mon Sep 17 00:00:00 2001 From: Neil Graham <neilg@apache.org> Date: Tue, 3 Jun 2003 21:42:42 +0000 Subject: [PATCH] update name of test in usage info git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175077 13f79535-47bb-0310-9956-ffa450edef68 --- tests/MemHandlerTest/MemoryMonitor.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/MemHandlerTest/MemoryMonitor.cpp b/tests/MemHandlerTest/MemoryMonitor.cpp index 24f9e8311..8a5a8f0b8 100755 --- a/tests/MemHandlerTest/MemoryMonitor.cpp +++ b/tests/MemHandlerTest/MemoryMonitor.cpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.4 2003/06/03 21:42:42 neilg + * update name of test in usage info + * * Revision 1.3 2003/06/03 14:00:34 neilg * attempt to make VC6 happy. * @@ -115,7 +118,7 @@ unsigned int MemoryMonitor::getTotalMemory() static void usage() { XERCES_STD_QUALIFIER cout << "\nUsage:\n" - " MemoryMonitor [options] <XML file | List file>\n\n" + " MemHandlerTest [options] <XML file | List file>\n\n" "This program invokes the XercesDOMParser, DOMBuilder, SAXParser ,\n" "and the SAX2XMLReader, and ensures that MemoryManagers set on these\n" "domBuilders are called to delete just as many bytes as they allocate.\n" -- GitLab