[GRASS-SVN] r61263 - grass/trunk/raster/r.stream.distance

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 16 08:57:31 PDT 2014


Author: hcho
Date: 2014-07-16 08:57:30 -0700 (Wed, 16 Jul 2014)
New Revision: 61263

Modified:
   grass/trunk/raster/r.stream.distance/main.c
Log:
r.stream.distance: Error message (one output raster maps => one output raster map)

Modified: grass/trunk/raster/r.stream.distance/main.c
===================================================================
--- grass/trunk/raster/r.stream.distance/main.c	2014-07-16 15:55:39 UTC (rev 61262)
+++ grass/trunk/raster/r.stream.distance/main.c	2014-07-16 15:57:30 UTC (rev 61263)
@@ -119,7 +119,7 @@
 	exit(EXIT_FAILURE);
 
     if (!out_diff_opt->answer && !out_dist_opt->answer)
-	G_fatal_error(_("You must select at least one output raster maps"));
+	G_fatal_error(_("You must select at least one output raster map"));
     if (out_diff_opt->answer && !in_elev_opt->answer)
 	G_fatal_error(_("Output elevation difference raster map requires "
                         "input elevation raster map to be specified"));



More information about the grass-commit mailing list