diff options
author | Petr Machata <pmachata@redhat.com> | 2014-02-28 12:37:15 +0100 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-22 20:38:25 +0900 |
commit | ed53f623e77a450a97b9980637d57d3100412a1c (patch) | |
tree | e3d2a87b18227909246aa480d1d7bebde5e4f65b /options.c | |
parent | 5699f1d4db485de0c837c1d3bd5f6e96f250858c (diff) | |
download | ltrace-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |