[GRASS-SVN] r74267 - grass/trunk/raster/r.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 15 13:45:22 PDT 2019


Author: mmetz
Date: 2019-03-15 13:45:22 -0700 (Fri, 15 Mar 2019)
New Revision: 74267

Modified:
   grass/trunk/raster/r.stats/main.c
Log:
r.stats: explain index start for -x

Modified: grass/trunk/raster/r.stats/main.c
===================================================================
--- grass/trunk/raster/r.stats/main.c	2019-03-15 20:30:49 UTC (rev 74266)
+++ grass/trunk/raster/r.stats/main.c	2019-03-15 20:45:22 UTC (rev 74267)
@@ -183,7 +183,8 @@
 
     flag.x = G_define_flag();
     flag.x->key = 'x';
-    flag.x->description = _("Print x and y (column and row)");
+    flag.x->label = _("Print x and y (column and row)");
+    flag.x->description = _("Indexing starts with 1: first column and row are 1");
     flag.x->guisection = _("Coordinates");
 
     flag.A = G_define_flag();



More information about the grass-commit mailing list