about summary refs log tree commit diff
path: root/extrace.1
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-06-13 16:19:50 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-06-13 16:19:50 +0200
commitb905f652da797074aed60077e0867407957761d0 (patch)
tree716a3965a38d483a185306d58ea95a5d27c46e43 /extrace.1
parent914f6da9ad1e4856b14922bad6dfddd8da47ec6d (diff)
downloadextrace-b905f652da797074aed60077e0867407957761d0.tar.gz
extrace-b905f652da797074aed60077e0867407957761d0.tar.xz
extrace-b905f652da797074aed60077e0867407957761d0.zip
add -e to output environment too
Diffstat (limited to 'extrace.1')
-rw-r--r--extrace.16
1 files changed, 5 insertions, 1 deletions
diff --git a/extrace.1 b/extrace.1
index 54f5596..91aa88a 100644
--- a/extrace.1
+++ b/extrace.1
@@ -6,7 +6,7 @@
 .Nd trace exec() calls system-wide
 .Sh SYNOPSIS
 .Nm
-.Op Fl dflq
+.Op Fl deflq
 .Op Fl o Ar file
 .Op Fl p Ar pid | cmd\ ...
 .Sh DESCRIPTION
@@ -17,6 +17,10 @@ The options are as follows:
 .Bl -tag -width Ds
 .It Fl d
 Print the current working directory of the new process.
+.It Fl e
+Print environment of process, or
+.Sq Li -
+if unreadable.
 .It Fl f
 Generate flat output without indentation.
 By default, the line indentation reflects the process hierarchy.