summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/stap.1.in b/stap.1.in
index f2f9661a..33614dc7 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -109,6 +109,13 @@ of a unique randomized name.
.TP
.BI \-o " FILE"
Send standard output to named file.
+.TP
+.BI \-c " CMD"
+Start the probes, runs CMD, and exits when it finishes.
+.TP
+.BI \-x " PID"
+Sets target() to PID. This allows scripts to be written that filter on
+a specific process.
.SH SCRIPT LANGUAGE