Browse Source

r.contour: use G_FLG_V_TABLE

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60386 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
2a94eef0ba
1 changed files with 1 additions and 3 deletions
  1. 1 3
      raster/r.contour/main.c

+ 1 - 3
raster/r.contour/main.c

@@ -131,9 +131,7 @@ int main(int argc, char *argv[])
     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);