aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2014-01-14 16:01:35 +0100
committerPetr Machata <pmachata@redhat.com>2014-01-14 16:01:35 +0100
commit94773bf0b1adbe60e8fe05c85cfcec7aa4941a13 (patch)
tree567b163ec26bf8307c979d74dc643f2c50d02fd1 /options.c
parenta0093ca43cf40d7e5f6cebeb64156062d2de46d9 (diff)
downloadltrace-94773bf0b1adbe60e8fe05c85cfcec7aa4941a13.tar.gz
Manpage and --help clarifications
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/options.c b/options.c
index 3d5dfaa..55a2c79 100644
--- a/options.c
+++ b/options.c
@@ -1,6 +1,6 @@
/*
* This file is part of ltrace.
- * Copyright (C) 2012, 2013 Petr Machata, Red Hat Inc.
+ * Copyright (C) 2012, 2013, 2014 Petr Machata, Red Hat Inc.
* Copyright (C) 2009,2010 Joe Damato
* Copyright (C) 1998,1999,2002,2003,2004,2007,2008,2009 Juan Cespedes
* Copyright (C) 2006 Ian Wienand
@@ -128,6 +128,8 @@ usage_debug(void) {
"\n"
"Debugging options are mixed using bitwise-or.\n"
"Note that the meanings and values are subject to change.\n"
+ "Also note that these values are used inconsistently in ltrace, and the\n"
+ "only debuglevel that you can rely on is -D77 that will show everything.\n"
);
}