summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2014-02-28 12:37:15 +0100
committerChanho Park <chanho61.park@samsung.com>2014-08-22 20:38:25 +0900
commited53f623e77a450a97b9980637d57d3100412a1c (patch)
treee3d2a87b18227909246aa480d1d7bebde5e4f65b /options.c
parent5699f1d4db485de0c837c1d3bd5f6e96f250858c (diff)
downloadltrace-ed53f623e77a450a97b9980637d57d3100412a1c.tar.gz
ltrace-ed53f623e77a450a97b9980637d57d3100412a1c.tar.bz2
ltrace-ed53f623e77a450a97b9980637d57d3100412a1c.zip
Add --config to man, drop -X from options.c
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 55a2c79..5c3441d 100644
--- a/options.c
+++ b/options.c
@@ -559,7 +559,7 @@ process_options(int argc, char **argv)
#if defined(HAVE_UNWINDER)
"w:"
#endif
- "cfhiLrStTVba:A:D:e:F:l:n:o:p:s:u:x:X:";
+ "cfhiLrStTVba:A:D:e:F:l:n:o:p:s:u:x:";
#ifdef HAVE_GETOPT_LONG
c = getopt_long(argc, argv, opts, long_options, &option_index);