|
@@ -181,7 +181,7 @@ int main(int argc, char *argv[])
|
|
|
parm.observation->required = NO;
|
|
|
parm.observation->description =
|
|
|
_("Name of the sampling locations vector points map");
|
|
|
- parm.observation->guisection = _("Input_options");
|
|
|
+ parm.observation->guisection = _("Input options");
|
|
|
|
|
|
parm.logfile = G_define_standard_option(G_OPT_F_OUTPUT);
|
|
|
parm.logfile->key = "logfile";
|
|
@@ -213,7 +213,7 @@ int main(int argc, char *argv[])
|
|
|
parm.outwalk->required = NO;
|
|
|
parm.outwalk->description =
|
|
|
_("Base name of the output walkers vector points map");
|
|
|
- parm.outwalk->guisection = _("Output_options");
|
|
|
+ parm.outwalk->guisection = _("Output options");
|
|
|
|
|
|
parm.nwalk = G_define_option();
|
|
|
parm.nwalk->key = "nwalk";
|