From: compudj Date: Fri, 12 Oct 2007 00:19:02 +0000 (+0000) Subject: fix comment edebug/ X-Git-Tag: v0.12.20~827 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=7fba5ac769410bb54f6ff7e3f6d7e3cc3170c7ca;hp=91f8d488607f78334aee6fda44668b0b4377c2a5;p=lttv.git fix comment edebug/ git-svn-id: http://ltt.polymtl.ca/svn@2662 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/main.c b/ltt/branches/poly/lttv/lttv/main.c index 9765d3f3..eca23438 100644 --- a/ltt/branches/poly/lttv/lttv/main.c +++ b/ltt/branches/poly/lttv/lttv/main.c @@ -185,7 +185,7 @@ int main(int argc, char **argv) lttv_option_add("debug",'d', "print debugging messages", "none", LTTV_OPT_NONE, NULL, lttv_debug, NULL); - /* use -edebug, -e conflicts with filter. Problem with option parsing when we + /* use --edebug, -e conflicts with filter. Problem with option parsing when we * reparse the options with different number of arguments. */ lttv_option_add("edebug",'e', "print event debugging", "none", LTTV_OPT_NONE, NULL, lttv_event_debug, NULL);