[GRASS-SVN] r35497 - grass/branches/releasebranch_6_4/db/base

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 20 11:26:30 EST 2009


Author: neteler
Date: 2009-01-20 11:26:30 -0500 (Tue, 20 Jan 2009)
New Revision: 35497

Modified:
   grass/branches/releasebranch_6_4/db/base/droptable.c
Log:
db.droptable: fix option typo (merge from trunk, r35494)

Modified: grass/branches/releasebranch_6_4/db/base/droptable.c
===================================================================
--- grass/branches/releasebranch_6_4/db/base/droptable.c	2009-01-20 16:24:46 UTC (rev 35496)
+++ grass/branches/releasebranch_6_4/db/base/droptable.c	2009-01-20 16:26:30 UTC (rev 35497)
@@ -65,7 +65,7 @@
     /* Initialize the GIS calls */
     G_gisinit(argv[0]);
 
-    table = G_define_standard_option(G_OPT_DRIVER);
+    table = G_define_standard_option(G_OPT_TABLE);
     table->required = YES;
 
     driver = G_define_standard_option(G_OPT_DRIVER);



More information about the grass-commit mailing list