[GRASS-SVN] r53692 - grass/trunk/raster/r.series
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 5 16:23:43 PST 2012
Author: huhabla
Date: 2012-11-05 16:23:43 -0800 (Mon, 05 Nov 2012)
New Revision: 53692
Modified:
grass/trunk/raster/r.series/main.c
Log:
Fixed description
Modified: grass/trunk/raster/r.series/main.c
===================================================================
--- grass/trunk/raster/r.series/main.c 2012-11-05 13:40:51 UTC (rev 53691)
+++ grass/trunk/raster/r.series/main.c 2012-11-06 00:23:43 UTC (rev 53692)
@@ -142,7 +142,7 @@
parm.file = G_define_standard_option(G_OPT_F_INPUT);
parm.file->key = "file";
- parm.file->description = _("Input file with raster map names and optional weights per line, field separator between name and weight is |");
+ parm.file->description = _("Input file with one raster map name and optional one weight per line, field separator between name and weight is |");
parm.file->required = NO;
parm.output = G_define_standard_option(G_OPT_R_OUTPUT);
More information about the grass-commit
mailing list