about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-06-19 17:03:59 +0200
committerLeah Neukirchen <leah@vuxu.org>2018-06-19 17:03:59 +0200
commit14818ae3e1f41a9266def200dcbd170ea6b51a3e (patch)
tree8d3b96bcb3fee75ab1a53689649f26e56efd9be2 /README
parente69c98b6ec3c0ab68f85394c3e3535110c5c83b5 (diff)
downloadextrace-14818ae3e1f41a9266def200dcbd170ea6b51a3e.tar.gz
extrace-14818ae3e1f41a9266def200dcbd170ea6b51a3e.tar.xz
extrace-14818ae3e1f41a9266def200dcbd170ea6b51a3e.zip
add -u to print owner of process
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index c030e9f..ca55be0 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ NAME
      extrace – trace exec() calls system-wide
 
 SYNOPSIS
-     extrace [-deflqt] [-o file] [-p pid | cmd ...]
+     extrace [-deflqtu] [-o file] [-p pid | cmd ...]
 
 DESCRIPTION
      extrace traces all program executions occurring on a system.
@@ -25,6 +25,8 @@ DESCRIPTION
 
      -t      Also display process exit status and duration.
 
+     -u      Also display the user running the process.
+
      -o file
              Redirect trace output to file.
 
@@ -68,4 +70,4 @@ BUGS
 LICENSE
      extrace is licensed under the terms of the GPLv2.
 
-Void Linux                       June 13, 2016                      Void Linux
+Void Linux                       June 19, 2018                      Void Linux