[GRASS-SVN] r49751 - grass/trunk/raster/r.in.gdal
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 14 13:02:57 EST 2011
Author: martinl
Date: 2011-12-14 10:02:57 -0800 (Wed, 14 Dec 2011)
New Revision: 49751
Modified:
grass/trunk/raster/r.in.gdal/main.c
Log:
r.in.gdal: fix syntax typo introduced in r49749
Modified: grass/trunk/raster/r.in.gdal/main.c
===================================================================
--- grass/trunk/raster/r.in.gdal/main.c 2011-12-14 17:53:44 UTC (rev 49750)
+++ grass/trunk/raster/r.in.gdal/main.c 2011-12-14 18:02:57 UTC (rev 49751)
@@ -143,7 +143,7 @@
flag_e->key = 'e';
flag_e->label = _("Extend region extents based on new dataset");
flag_e->description =
- _("Also updates the default region if in the PERMANENT mapset);
+ _("Also updates the default region if in the PERMANENT mapset");
flag_f = G_define_flag();
flag_f->key = 'f';
More information about the grass-commit
mailing list