diff options
author | fche <fche> | 2005-06-03 15:54:47 +0000 |
---|---|---|
committer | fche <fche> | 2005-06-03 15:54:47 +0000 |
commit | 63a7c90e365874972925e886ed50941f5620bdfe (patch) | |
tree | 29977d33b01716551360ecf4b1fdc83df7cc8779 /main.cxx | |
parent | d8e610f05aafd65e2afef59088db43a2c946680f (diff) | |
download | systemtap-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.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |