fix comment edebug/
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 12 Oct 2007 00:19:02 +0000 (00:19 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 12 Oct 2007 00:19:02 +0000 (00:19 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2662 04897980-b3bd-0310-b5e0-8ef037075253

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.025881 seconds and 4 git commands to generate.