summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-07-28 01:15:05 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-07-28 15:28:24 +0200
commit2e61eec77ce27cf22a8813e24e16ccd2430bc6f1 (patch)
tree66921415e230925a45e803c0b205afbbbc2e5b2e /src/config.c
parentabc8aece85ade9a1ace96af28e0a3631f88bd677 (diff)
downloadlatrace-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/config.c')
-rw-r--r--src/config.c1
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");