[GRASS-SVN] r67953 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 25 17:31:36 PST 2016


Author: wenzeslaus
Date: 2016-02-25 17:31:36 -0800 (Thu, 25 Feb 2016)
New Revision: 67953

Modified:
   grass/trunk/lib/gis/parser_standard_options.c
Log:
libgis: more details for the standard flag -b

Shows same labels for all modules,
some modules provide custom description.


Modified: grass/trunk/lib/gis/parser_standard_options.c
===================================================================
--- grass/trunk/lib/gis/parser_standard_options.c	2016-02-25 21:08:00 UTC (rev 67952)
+++ grass/trunk/lib/gis/parser_standard_options.c	2016-02-26 01:31:36 UTC (rev 67953)
@@ -918,7 +918,8 @@
 	break;
     case G_FLG_V_TOPO:
 	Flg->key = 'b';
-	Flg->description = _("Do not build topology");
+        Flg->label = _("Do not build topology");
+        Flg->description = _("Advantageous when handling a large number of points");
 	break;
     }
     



More information about the grass-commit mailing list