about summary refs log tree commit diff
path: root/extrace.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-07-14 18:56:21 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-07-14 18:56:21 +0200
commit91b81929ea84209cd82aa2a02b9b63174577a5b1 (patch)
tree0210b05e65eff0480786353d5d1e3f391863f66d /extrace.1
parent5f1bc1d7305ba486ac015956b1e17652adac96a5 (diff)
downloadextrace-91b81929ea84209cd82aa2a02b9b63174577a5b1.tar.gz
extrace-91b81929ea84209cd82aa2a02b9b63174577a5b1.tar.xz
extrace-91b81929ea84209cd82aa2a02b9b63174577a5b1.zip
add -t for tracing process exit and duration
Diffstat (limited to 'extrace.1')
-rw-r--r--extrace.14
1 files changed, 3 insertions, 1 deletions
diff --git a/extrace.1 b/extrace.1
index 139b507..d84050c 100644
--- a/extrace.1
+++ b/extrace.1
@@ -6,7 +6,7 @@
 .Nd trace exec() calls system-wide
 .Sh SYNOPSIS
 .Nm
-.Op Fl deflq
+.Op Fl deflqt
 .Op Fl o Ar file
 .Op Fl p Ar pid | cmd\ ...
 .Sh DESCRIPTION
@@ -33,6 +33,8 @@ is shown.
 Suppress printing of
 .Xr exec 3
 arguments.
+.It Fl t
+Also display process exit status and duration.
 .It Fl o Ar file
 Redirect trace output to
 .Ar file .