diff options
author | Martin Hunt <hunt@redhat.com> | 2008-04-22 10:40:32 -0400 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2008-04-22 10:40:32 -0400 |
commit | b965da8f3c53958af08bf7f57718265713cebb0a (patch) | |
tree | a1f9ea12ce410655b52b7a8e8bb03affbca7ece1 /staprun.8.in | |
parent | 6ca9c38f319a848f2628fb430c7998e25be9c0fd (diff) | |
download | systemtap-steved-b965da8f3c53958af08bf7f57718265713cebb0a.tar.gz systemtap-steved-b965da8f3c53958af08bf7f57718265713cebb0a.tar.xz systemtap-steved-b965da8f3c53958af08bf7f57718265713cebb0a.zip |
Add documentation for staprun -d option.
Diffstat (limited to 'staprun.8.in')
-rw-r--r-- | staprun.8.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/staprun.8.in b/staprun.8.in index c1678f69..90d755a7 100644 --- a/staprun.8.in +++ b/staprun.8.in @@ -68,6 +68,11 @@ option. .TP .B \-A Attach to loaded systemtap module. +.TP +.B \-d MODULENAME +Delete a module. Only detached or unused modules +the user has permission to access will be deleted. Use "*" +(quoted) to delete all unused modules. .SH ARGUMENTS .B MODULE @@ -136,7 +141,7 @@ Members of the .I stapusr group can use .I staprun -to insert systemtap modules (or attach to existing systemtap modules) that +to insert or remove systemtap modules (or attach to existing systemtap modules) that are located in the /lib/modules/VERSION/systemtap directory. .SH FILES .TP |