src/nexus.c
changeset 120 576bab0a1c5a
parent 111 5a1ebffca81a
child 134 978041c1c04d
--- a/src/nexus.c	Tue Apr 07 21:09:25 2009 +0300
+++ b/src/nexus.c	Wed Apr 08 01:28:46 2009 +0300
@@ -83,8 +83,8 @@
             if (module->desc->config_options) {
                 const struct config_option *opt;
 
-                for (opt = module->desc->config_options; opt->name && opt->type; opt++) {
-                    printf(" --config %s:%s:%s\t\t%s\n", module->info.name, opt->name, opt->description, opt->help);
+                for (opt = module->desc->config_options; opt->name; opt++) {
+                    printf(" --config %s:%s:%s\t\t%s\n", module->info.name, opt->name, "xxx", opt->help);
                 }
 
             } else {