[GRASS-SVN] r48338 - grass/trunk/scripts/v.db.dropcolumn
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 17 22:29:37 EDT 2011
Author: hamish
Date: 2011-09-17 19:29:37 -0700 (Sat, 17 Sep 2011)
New Revision: 48338
Modified:
grass/trunk/scripts/v.db.dropcolumn/v.db.dropcolumn.py
Log:
be explicit about what's going to happen to the given columns
Modified: grass/trunk/scripts/v.db.dropcolumn/v.db.dropcolumn.py
===================================================================
--- grass/trunk/scripts/v.db.dropcolumn/v.db.dropcolumn.py 2011-09-17 19:29:48 UTC (rev 48337)
+++ grass/trunk/scripts/v.db.dropcolumn/v.db.dropcolumn.py 2011-09-18 02:29:37 UTC (rev 48338)
@@ -33,6 +33,7 @@
#%end
#%option G_OPT_DB_COLUMNS
+#% description: Name of attribute column(s) to drop
#% required: yes
#%end
More information about the grass-commit
mailing list