[GRASS-SVN] r60386 - grass/trunk/raster/r.contour

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 20 23:39:18 PDT 2014


Author: martinl
Date: 2014-05-20 23:39:18 -0700 (Tue, 20 May 2014)
New Revision: 60386

Modified:
   grass/trunk/raster/r.contour/main.c
Log:
r.contour: use G_FLG_V_TABLE

Modified: grass/trunk/raster/r.contour/main.c
===================================================================
--- grass/trunk/raster/r.contour/main.c	2014-05-21 03:07:17 UTC (rev 60385)
+++ grass/trunk/raster/r.contour/main.c	2014-05-21 06:39:18 UTC (rev 60386)
@@ -131,9 +131,7 @@
     cut->description =
 	_("Minimum number of points for a contour line (0 -> no limit)");
 
-    notable = G_define_flag();
-    notable->key = 't';
-    notable->description = _("Do not create attribute table");
+    notable = G_define_standard_flag(G_FLG_V_TABLE);
 
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);



More information about the grass-commit mailing list