diff options
author | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-07-28 01:15:05 +0200 |
---|---|---|
committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-07-28 15:28:24 +0200 |
commit | 2e61eec77ce27cf22a8813e24e16ccd2430bc6f1 (patch) | |
tree | 66921415e230925a45e803c0b205afbbbc2e5b2e /src | |
parent | abc8aece85ade9a1ace96af28e0a3631f88bd677 (diff) | |
download | latrace-2e61eec77ce27cf22a8813e24e16ccd2430bc6f1.tar.gz latrace-2e61eec77ce27cf22a8813e24e16ccd2430bc6f1.tar.xz latrace-2e61eec77ce27cf22a8813e24e16ccd2430bc6f1.zip |
doc - update configuration file stuff
Update documentation with configuration file details.
Update help output with missing help for '-N' option.
Diffstat (limited to 'src')
-rw-r--r-- | src/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c index 03d1cf0..8405901 100644 --- a/src/config.c +++ b/src/config.c @@ -60,6 +60,7 @@ static void usage() printf(" time,per,call,ucall,lib,sym (default is call)\n"); printf(" -p, --pipe use pipe to latrace process to send audit data\n"); printf(" latrace app is then the one displaying the output\n"); + printf(" -N, --conf config file\n"); printf("\n"); #ifndef CONFIG_ARCH_HAVE_ARGS printf(" -[ADa] arguments display support not compiled in\n"); |