summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorfche <fche>2005-06-02 21:08:44 +0000
committerfche <fche>2005-06-02 21:08:44 +0000
commit3d3887df260321254f087cd87d011c9503b8bd44 (patch)
tree025a3d4fba56bc62a50da6bee520651ae88428ba /main.cxx
parent69c68955b910a9f284fa25b9ebb30eff5c040e0b (diff)
downloadsystemtap-steved-3d3887df260321254f087cd87d011c9503b8bd44.tar.gz
systemtap-steved-3d3887df260321254f087cd87d011c9503b8bd44.tar.xz
systemtap-steved-3d3887df260321254f087cd87d011c9503b8bd44.zip
2005-06-02 Frank Ch. Eigler <fche@redhat.com>
* translate.cxx (visit_concatenation, visit_binary_expression): New basic implementation. (*): Reduce emitted whitespace and remove `# LINE "FILE"' lines.
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.cxx b/main.cxx
index 4ab4e0bd..e9f191bb 100644
--- a/main.cxx
+++ b/main.cxx
@@ -31,8 +31,9 @@ void usage ()
cerr << "Copyright (C) 2005 Red Hat, Inc." << endl;
cerr << "This is free software; see the source for copying conditions." << endl;
cerr << endl;
- cerr << "Usage: stap [options] FILE [ARGS ...] \tRun script files." << endl;
- cerr << " or: stap [options] -e PROGRAM [ARGS ...]\tRun script." << endl;
+ cerr << "Usage: stap [options] FILE [ARGS ...] Run script in file." << endl;
+ cerr << " or: stap [options] - [ARGS ...] Run script on stdin." << endl;
+ cerr << " or: stap [options] -e SCRIPT [ARGS ...] Run given script." << endl;
cerr << endl;
cerr << "Arguments:" << endl;
cerr << " --\tNo more options after this" << endl;