[GRASS-SVN] r35496 - grass/branches/develbranch_6/db/base
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 20 11:24:46 EST 2009
Author: neteler
Date: 2009-01-20 11:24:46 -0500 (Tue, 20 Jan 2009)
New Revision: 35496
Modified:
grass/branches/develbranch_6/db/base/droptable.c
Log:
db.droptable: fix option typo (merge from trunk, r35494)
Modified: grass/branches/develbranch_6/db/base/droptable.c
===================================================================
--- grass/branches/develbranch_6/db/base/droptable.c 2009-01-20 16:24:17 UTC (rev 35495)
+++ grass/branches/develbranch_6/db/base/droptable.c 2009-01-20 16:24:46 UTC (rev 35496)
@@ -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