[GRASS-dev] [GRASS-SVN] r61027 - grass/trunk/general/g.mlist

Vaclav Petras wenzeslaus at gmail.com
Sat Jun 28 12:54:05 PDT 2014


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, <svn_grass at osgeo.org> 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
> grass-commit at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-commit
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20140628/5a3e62f4/attachment.html>


More information about the grass-dev mailing list