Browse Source

r.in.gdal: fix copyright, cosmetics in params description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48018 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
2194bb2b45
1 changed files with 2 additions and 2 deletions
  1. 2 2
      raster/r.in.gdal/main.c

+ 2 - 2
raster/r.in.gdal/main.c

@@ -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 @@ int main(int argc, char *argv[])
     /*      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);