summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorfche <fche>2005-06-03 15:54:47 +0000
committerfche <fche>2005-06-03 15:54:47 +0000
commit63a7c90e365874972925e886ed50941f5620bdfe (patch)
tree29977d33b01716551360ecf4b1fdc83df7cc8779 /main.cxx
parentd8e610f05aafd65e2afef59088db43a2c946680f (diff)
downloadsystemtap-steved-63a7c90e365874972925e886ed50941f5620bdfe.tar.gz
systemtap-steved-63a7c90e365874972925e886ed50941f5620bdfe.tar.xz
systemtap-steved-63a7c90e365874972925e886ed50941f5620bdfe.zip
2005-06-03 Frank Ch. Eigler <fche@redhat.com>
* parse.cxx (scan): Support C and C++ comment styles. * testsuite/parseok/four.stp: Test them some ... * testsuite/parseko/nine.stp: ... and some more.
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 1 insertions, 1 deletions
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