[GRASS-SVN] r56005 - grass/trunk/vector/v.db.connect

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 26 02:39:56 PDT 2013


Author: martinl
Date: 2013-04-26 02:39:55 -0700 (Fri, 26 Apr 2013)
New Revision: 56005

Modified:
   grass/trunk/vector/v.db.connect/main.c
Log:
v.db.connect: fix sep param description


Modified: grass/trunk/vector/v.db.connect/main.c
===================================================================
--- grass/trunk/vector/v.db.connect/main.c	2013-04-26 09:36:01 UTC (rev 56004)
+++ grass/trunk/vector/v.db.connect/main.c	2013-04-26 09:39:55 UTC (rev 56005)
@@ -78,7 +78,7 @@
     field_opt->gisprompt = "new,layer,layer";
 
     sep_opt = G_define_standard_option(G_OPT_F_SEP);
-    sep_opt->description = _("Field separator for shell script style output");
+    sep_opt->label = _("Field separator for shell script style output");
     sep_opt->guisection = _("Print");
 
     print = G_define_flag();



More information about the grass-commit mailing list