create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / lttv / main.c
index 9765d3f3c87943216f6e1b14b6862edd52b5565f..eca23438b09cd6dc21eda2503598a777c65e705d 100644 (file)
@@ -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);
This page took 0.023259 seconds and 4 git commands to generate.