From 7fba5ac769410bb54f6ff7e3f6d7e3cc3170c7ca Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 12 Oct 2007 00:19:02 +0000 Subject: [PATCH] fix comment edebug/ git-svn-id: http://ltt.polymtl.ca/svn@2662 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1