aboutsummaryrefslogtreecommitdiff
path: root/ltrace.1
diff options
context:
space:
mode:
authorSteve Fink <sphink@gmail.com>2006-07-17 23:18:35 +0200
committerIan Wienand <ianw@debian.org>2006-07-17 23:18:35 +0200
commit58c73a7a905ddcb0521178c6fe8f693c6096612e (patch)
tree9812d65194634dd267721bf08af992941f3d7844 /ltrace.1
parentc53309ef99c205a2e9ae7ccbdf6557adcd52d24e (diff)
downloadltrace-58c73a7a905ddcb0521178c6fe8f693c6096612e.tar.gz
add -F option to read in config files
Diffstat (limited to 'ltrace.1')
-rw-r--r--ltrace.16
1 files changed, 6 insertions, 0 deletions
diff --git a/ltrace.1 b/ltrace.1
index 6b78c51..a7cc281 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -62,6 +62,12 @@ currently traced processes as a result of the fork(2)
or clone(2) system calls.
The new process is attached as soon as its pid is known.
.TP
+.I \-F
+Load an alternate config file. Normally, /etc/ltrace.conf and
+~/.ltrace.conf will be read (the latter only if it exists).
+Use this option to load the given file or files instead of
+those two default files.
+.TP
.I \-h, \-\-help
Show a summary of the options to ltrace and exit.
.TP