summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.cxx b/main.cxx
index da6200fe..e5763207 100644
--- a/main.cxx
+++ b/main.cxx
@@ -36,11 +36,11 @@ void usage ()
cerr << " or: stap [options] -e SCRIPT [ARGS ...] Run given script." << endl;
cerr << endl;
cerr << "Arguments:" << endl;
- cerr << " --\tNo more options after this" << endl;
- 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 output to file instead of stdout." << endl;
+ cerr << " -- No more options after this" << endl;
+ cerr << " -p NUM Stop after pass NUM 1-3" << endl;
+ cerr << " (parse, elaborate, translate)" << endl;
+ cerr << " -I DIR Look in DIR for additional .stp script files." << endl;
+ cerr << " -o FILE Send output to file instead of stdout." << endl;
// XXX: other options:
// -s: safe mode
// -d: dump safety-related external references