[GRASS-SVN] r34627 - grass/trunk/scripts/v.db.reconnect.all
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 29 21:02:27 EST 2008
Author: hamish
Date: 2008-11-29 21:02:27 -0500 (Sat, 29 Nov 2008)
New Revision: 34627
Modified:
grass/trunk/scripts/v.db.reconnect.all/v.db.reconnect.all.py
Log:
split new opt desc into label+desc (trac #385)
Modified: grass/trunk/scripts/v.db.reconnect.all/v.db.reconnect.all.py
===================================================================
--- grass/trunk/scripts/v.db.reconnect.all/v.db.reconnect.all.py 2008-11-30 02:01:08 UTC (rev 34626)
+++ grass/trunk/scripts/v.db.reconnect.all/v.db.reconnect.all.py 2008-11-30 02:02:27 UTC (rev 34627)
@@ -20,7 +20,8 @@
#%option
#% key: old_database
#% type: string
-#% description: Name of old database. The database must be in form printed by v.db.connect -g, i.e. with substituted variables
+#% label: Name of old database
+#% description: The database must be in form printed by v.db.connect -g, i.e. with substituted variables
#% required : yes
#%END
#%option
More information about the grass-commit
mailing list