|
@@ -77,19 +77,19 @@ int main(int argc, char *argv[])
|
|
|
afield_opt = G_define_standard_option(G_OPT_V_FIELD);
|
|
|
afield_opt->key = "alayer";
|
|
|
afield_opt->answer = "1";
|
|
|
- afield_opt->description = _("Arc layer");
|
|
|
+ afield_opt->label = _("Arc layer");
|
|
|
afield_opt->guisection = _("Cost");
|
|
|
|
|
|
atype_opt = G_define_standard_option(G_OPT_V_TYPE);
|
|
|
atype_opt->options = "line,boundary";
|
|
|
atype_opt->answer = "line,boundary";
|
|
|
- atype_opt->description = _("Arc type");
|
|
|
+ atype_opt->label = _("Arc type");
|
|
|
atype_opt->guisection = _("Cost");
|
|
|
|
|
|
nfield_opt = G_define_standard_option(G_OPT_V_FIELD);
|
|
|
nfield_opt->key = "nlayer";
|
|
|
nfield_opt->answer = "2";
|
|
|
- nfield_opt->description = _("Node layer");
|
|
|
+ nfield_opt->label = _("Node layer");
|
|
|
nfield_opt->guisection = _("Cost");
|
|
|
|
|
|
fieldf_opt = G_define_standard_option(G_OPT_V_FIELD);
|