git-svn-id: http://ltt.polymtl.ca/svn@174 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / main.c
index 1123af44429bf4d9f6b3fc8566a2ac049a15c311..ec131915dfd59a37c87fa8a59c3463f91a335c10 100644 (file)
@@ -101,7 +101,9 @@ int main(int argc, char **argv) {
       lttv_module_path_option, NULL);
 
   lttv_hooks_call(before_options, NULL);
+  lttv_option_parse(argc, argv);
   lttv_hooks_call(after_options, NULL);
+
   lttv_hooks_call(before_main, NULL);
   lttv_hooks_call(after_main, NULL);
 
This page took 0.022553 seconds and 4 git commands to generate.