From 6dfd08d7feccaafc99e8e8579fc7af8ec82698a2 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 14 Mar 2007 22:32:58 +0000 Subject: 2007-03-14 Martin Hunt * 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". --- main.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.cxx') 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 " -- cgit