Skip to content

Commit 5da68e9

Browse files
author
Petr Machata
committed
Add --config to man, drop -X from options.c
1 parent 8137e80 commit 5da68e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ltrace.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ltrace \- A library call tracer
3939
.\"
4040
.\" Output formatting:
4141
.\"
42-
[\-F \fIpathlist\fR]
42+
[[\-F|\-\-config] \fIpathlist\fR]
4343
[\-A \fImaxelts\fR] [\-s \fIstrsize\fR] [\-C|\-\-demangle]
4444
[\-a|\-\-align \fIcolumn\fR] [\-n|\-\-indent \fInr\fR]
4545
[\-o|\-\-output \fIfilename\fR]
@@ -132,7 +132,7 @@ Trace child processes as they are created by
132132
currently traced processes as a result of the fork(2)
133133
or clone(2) system calls.
134134
The new process is attached immediately.
135-
.IP "\-F \fIpathlist"
135+
.IP "\-F, \-\-config \fIpathlist"
136136
Contains a colon-separated list of paths. If a path refers to a
137137
directory, that directory is considered when prototype libraries are
138138
searched (see the section \fBPROTOTYPE LIBRARY DISCOVERY\fR). If it refers to

options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ process_options(int argc, char **argv)
559559
#if defined(HAVE_UNWINDER)
560560
"w:"
561561
#endif
562-
"cfhiLrStTVba:A:D:e:F:l:n:o:p:s:u:x:X:";
562+
"cfhiLrStTVba:A:D:e:F:l:n:o:p:s:u:x:";
563563

564564
#ifdef HAVE_GETOPT_LONG
565565
c = getopt_long(argc, argv, opts, long_options, &option_index);

0 commit comments

Comments
 (0)