diff options
author | Petr Machata <pmachata@redhat.com> | 2014-01-14 16:01:35 +0100 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-22 20:38:24 +0900 |
commit | 06896c1b5745ebde49d1660f8cd72bce178408df (patch) | |
tree | 567b163ec26bf8307c979d74dc643f2c50d02fd1 /options.c | |
parent | 8ac2a52d993d7eda69c9906f98f113341c45ba23 (diff) | |
download | ltrace-06896c1b5745ebde49d1660f8cd72bce178408df.tar.gz ltrace-06896c1b5745ebde49d1660f8cd72bce178408df.tar.bz2 ltrace-06896c1b5745ebde49d1660f8cd72bce178408df.zip |
Manpage and --help clarifications
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" ); } |