diff options
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 |