From 63a7c90e365874972925e886ed50941f5620bdfe Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 3 Jun 2005 15:54:47 +0000 Subject: 2005-06-03 Frank Ch. Eigler * parse.cxx (scan): Support C and C++ comment styles. * testsuite/parseok/four.stp: Test them some ... * testsuite/parseko/nine.stp: ... and some more. --- main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index e9f191bb..1de14576 100644 --- a/main.cxx +++ b/main.cxx @@ -40,7 +40,7 @@ void usage () cerr << " -p NUM\tStop after pass NUM 1-3" << endl; cerr << " \t(parse, elaborate, translate)" << endl; cerr << " -I DIR\tLook in DIR for additional .stp script files." << endl; - cerr << " -o FILE\tSend translator output to file instead of stdout." << endl; + cerr << " -o FILE\tSend output to file instead of stdout." << endl; // XXX: other options: // -s: safe mode // -d: dump safety-related external references -- cgit