about summary refs log tree commit diff
path: root/README
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 /README
parent5f1bc1d7305ba486ac015956b1e17652adac96a5 (diff)
downloadextrace-91b81929ea84209cd82aa2a02b9b63174577a5b1.tar.gz
extrace-91b81929ea84209cd82aa2a02b9b63174577a5b1.tar.xz
extrace-91b81929ea84209cd82aa2a02b9b63174577a5b1.zip
add -t for tracing process exit and duration
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index f9c20a5..83265a7 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ NAME
      extrace – trace exec() calls system-wide
 
 SYNOPSIS
-     extrace [-deflq] [-o file] [-p pid | cmd ...]
+     extrace [-deflqt] [-o file] [-p pid | cmd ...]
 
 DESCRIPTION
      extrace traces all program executions occurring on a system.
@@ -23,6 +23,8 @@ DESCRIPTION
 
      -q      Suppress printing of exec(3) arguments.
 
+     -t      Also display process exit and duration.
+
      -o file
              Redirect trace output to file.