From 1482d30eb166b566e99fa21f9cd697abb711c30e Mon Sep 17 00:00:00 2001 From: Martin Hunt Date: Tue, 22 Apr 2008 18:09:58 -0400 Subject: Allow staprun to run on kernels without capabilities configured. --- runtime/staprun/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/staprun/common.c') diff --git a/runtime/staprun/common.c b/runtime/staprun/common.c index 2ae1d8e4..f8fc418c 100644 --- a/runtime/staprun/common.c +++ b/runtime/staprun/common.c @@ -135,7 +135,7 @@ void usage(char *prog) err(" That value will be per-cpu in bulk mode.\n"); err("-L Load module and start probes, then detach.\n"); err("-A Attach to loaded systemtap module.\n"); - err("-d modulename Delete a module. Only detached or unused modules\n"); + err("-d Delete a module. Only detached or unused modules\n"); err(" the user has permission to access will be deleted. Use \"*\"\n"); err(" (quoted) to delete all unused modules.\n"); err("MODULE can be either a module name or a module path. If a\n"); -- cgit