[GRASS-SVN] r70953 - grass/trunk/temporal/t.rast.what

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 25 14:26:03 PDT 2017


Author: neteler
Date: 2017-04-25 14:26:03 -0700 (Tue, 25 Apr 2017)
New Revision: 70953

Modified:
   grass/trunk/temporal/t.rast.what/t.rast.what.py
Log:
t.rast.what: correct user msg (fix 3337)

Modified: grass/trunk/temporal/t.rast.what/t.rast.what.py
===================================================================
--- grass/trunk/temporal/t.rast.what/t.rast.what.py	2017-04-25 20:10:04 UTC (rev 70952)
+++ grass/trunk/temporal/t.rast.what/t.rast.what.py	2017-04-25 21:26:03 UTC (rev 70953)
@@ -146,7 +146,7 @@
         gscript.fatal(_("Options coordinates and points are mutually exclusive"))
 
     if not coordinates and not points and not use_stdin: 
-        gscript.fatal(_("Please specify the coordinates, the points option or use the 's' option to pipe coordinate positions to t.rast.what from stdin, to provide the sampling coordinates"))
+        gscript.fatal(_("Please specify the coordinates, the points option or use the 'i' flag to pipe coordinate positions to t.rast.what from stdin, to provide the sampling coordinates"))
 
     if use_stdin:
         coordinates_stdin = str(sys.__stdin__.read())



More information about the grass-commit mailing list