[GRASS-SVN] r61037 - grass/trunk/general/g.mlist
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 28 15:09:35 PDT 2014
Author: hcho
Date: 2014-06-28 15:09:35 -0700 (Sat, 28 Jun 2014)
New Revision: 61037
Modified:
grass/trunk/general/g.mlist/main.c
Log:
g.mlist: Clarify no region support in old 3dview files
Modified: grass/trunk/general/g.mlist/main.c
===================================================================
--- grass/trunk/general/g.mlist/main.c 2014-06-28 22:05:26 UTC (rev 61036)
+++ grass/trunk/general/g.mlist/main.c 2014-06-28 22:09:35 UTC (rev 61037)
@@ -88,7 +88,7 @@
opt.type->multiple = YES;
opt.type->options = M_get_options(TRUE);
opt.type->descriptions = M_get_option_desc(TRUE);
-
+
opt.pattern = G_define_option();
opt.pattern->key = "pattern";
opt.pattern->type = TYPE_STRING;
@@ -140,7 +140,7 @@
flag.type->key = 't';
flag.type->description = _("Print data types");
flag.type->guisection = _("Print");
-
+
flag.mapset = G_define_flag();
flag.mapset->key = 'm';
flag.mapset->description = _("Print fully-qualified map names (including mapsets)");
@@ -396,7 +396,7 @@
if (any && i != 0)
fprintf(fp, "%s", separator);
-
+
if (add_type)
fprintf(fp, "%s/", alias);
@@ -465,7 +465,7 @@
G_fatal_error(_("Unable to read 3dview file <%s@%s>"),
name, mapset);
if (ret == 0) {
- G_warning(_("No region in an old 3dview file <%s@%s>. Listing anyway"),
+ G_warning(_("No region support in an old 3dview file <%s@%s>. Listing anyway"),
name, mapset);
has_region = 0;
}
More information about the grass-commit
mailing list