[GRASS-SVN] r61027 - grass/trunk/general/g.mlist
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 28 07:04:42 PDT 2014
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;
More information about the grass-commit
mailing list