summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorhunt <hunt>2007-03-14 22:32:58 +0000
committerhunt <hunt>2007-03-14 22:32:58 +0000
commit6dfd08d7feccaafc99e8e8579fc7af8ec82698a2 (patch)
treede111c2752f3283721009f8c82ea770c15bf6308 /main.cxx
parent5ba4863bffd79835cec97cad3d4e16399def8d10 (diff)
downloadsystemtap-steved-6dfd08d7feccaafc99e8e8579fc7af8ec82698a2.tar.gz
systemtap-steved-6dfd08d7feccaafc99e8e8579fc7af8ec82698a2.tar.xz
systemtap-steved-6dfd08d7feccaafc99e8e8579fc7af8ec82698a2.zip
2007-03-14 Martin Hunt <hunt@redhat.com>
* main.cxx (usage): Remove "-M" and edit description of "-b". * stap.1.in: Remove "-M" option and edit description of "-b". Edit description of "-o".
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.cxx b/main.cxx
index 554887a9..e2226e48 100644
--- a/main.cxx
+++ b/main.cxx
@@ -73,8 +73,7 @@ usage (systemtap_session& s, int exitcode)
<< " -g guru mode" << (s.guru_mode ? " [set]" : "") << endl
<< " -P prologue-searching for function probes"
<< (s.prologue_searching ? " [set]" : "") << endl
- << " -b bulk (relayfs) mode" << (s.bulk_mode ? " [set]" : "") << endl
- << " -M Don't merge per-cpu files for bulk (relayfs) mode" << (s.merge ? "" : " [set]") << endl
+ << " -b bulk (percpu file) mode" << (s.bulk_mode ? " [set]" : "") << endl
<< " -s NUM buffer size in megabytes, instead of "
<< s.buffer_size << endl
<< " -p NUM stop after pass NUM 1-5, instead of "