X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fmain.c;h=eca23438b09cd6dc21eda2503598a777c65e705d;hb=a496afb7ed696a1e4b0822bacab7f59d29d7e225;hp=9765d3f3c87943216f6e1b14b6862edd52b5565f;hpb=91f8d488607f78334aee6fda44668b0b4377c2a5;p=lttv.git 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);