aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-09-03 22:20:58 +0200
committerPetr Machata <pmachata@redhat.com>2012-09-03 22:20:58 +0200
commitbbca48329c87640e54054c48f87317b637f8477c (patch)
treeb385c164827adad9ff8a7003b2f5a8d1f3e1c075 /options.c
parent5165cf30236ab00b4b38b67794e8055f1076f619 (diff)
downloadltrace-bbca48329c87640e54054c48f87317b637f8477c.tar.gz
Drop the line mentioning --no-plt from --help
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/options.c b/options.c
index 8dce7f8..fea43ae 100644
--- a/options.c
+++ b/options.c
@@ -78,7 +78,6 @@ usage(void) {
" -e expr modify which events to trace.\n"
" -f trace children (fork() and clone()).\n"
" -F, --config=FILE load alternate configuration file (may be repeated).\n"
- " -g, --no-plt disable breakpoints on PLT entries.\n"
" -h, --help display this help and exit.\n"
" -i print instruction pointer at time of library call.\n"
" -l, --library=FILE print library calls from this library only.\n"