Hi Huidae, I think that the default interpretation of * is all, so * can be confused with the default for this option (all). But I don't have any suggestion of character for default region, perhaps + because is on numeric keyboard, too. Or do you think that this is not an issue since * is in GRASS used also for NULLs?
Thanks, Vaclav On Sat, Jun 28, 2014 at 10:04 AM, <[email protected]> wrote: > Author: hcho > Date: 2014-06-28 07:04:42 -0700 (Sat, 28 Jun 2014) > New Revision: 61027 > > Modified: > grass/trunk/general/g.mlist/main.c > Log: > g.mlist: help cosmetics > > Modified: grass/trunk/general/g.mlist/main.c > =================================================================== > --- grass/trunk/general/g.mlist/main.c 2014-06-28 13:59:27 UTC (rev 61026) > +++ grass/trunk/general/g.mlist/main.c 2014-06-28 14:04:42 UTC (rev 61027) > @@ -115,10 +115,9 @@ > opt.separator->answer = "newline"; > > opt.region = G_define_standard_option(G_OPT_M_REGION); > - opt.region->label = _("Name of saved region for map search"); > + opt.region->label = _("Name of saved region for map search (default: > not restricted)"); > opt.region->description = > - _("'*' for default region; '.' for current region " > - "(default: not restricted)"); > + _("'.' for current region; '*' for default region"); > > opt.output = G_define_standard_option(G_OPT_F_OUTPUT); > opt.output->required = NO; > > _______________________________________________ > grass-commit mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-commit >
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
