[GRASS-SVN] r48018 - grass/trunk/raster/r.in.gdal
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 1 05:30:06 EDT 2011
Author: martinl
Date: 2011-09-01 02:30:06 -0700 (Thu, 01 Sep 2011)
New Revision: 48018
Modified:
grass/trunk/raster/r.in.gdal/main.c
Log:
r.in.gdal: fix copyright, cosmetics in params description
Modified: grass/trunk/raster/r.in.gdal/main.c
===================================================================
--- grass/trunk/raster/r.in.gdal/main.c 2011-09-01 09:24:42 UTC (rev 48017)
+++ grass/trunk/raster/r.in.gdal/main.c 2011-09-01 09:30:06 UTC (rev 48018)
@@ -9,7 +9,7 @@
* PURPOSE: Imports many GIS/image formats into GRASS utilizing the GDAL
* library.
*
- * COPYRIGHT: (C) 2001-2010 by Frank Warmerdam
+ * COPYRIGHT: (C) 2001-2011 by Frank Warmerdam, and the GRASS Development Team
*
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
@@ -87,7 +87,7 @@
/* Setup and fetch parameters. */
/* -------------------------------------------------------------------- */
parm.input = G_define_standard_option(G_OPT_F_INPUT);
- parm.input->description = _("Raster file to be imported");
+ parm.input->description = _("Name of raster file to be imported");
parm.output = G_define_standard_option(G_OPT_R_OUTPUT);
More information about the grass-commit
mailing list