From 2e61eec77ce27cf22a8813e24e16ccd2430bc6f1 Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Thu, 28 Jul 2011 01:15:05 +0200 Subject: doc - update configuration file stuff Update documentation with configuration file details. Update help output with missing help for '-N' option. --- src/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.c') 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"); -- cgit