[GRASS-SVN] r63201 - grass/branches/releasebranch_7_0/db/db.select

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 27 07:06:53 PST 2014


Author: martinl
Date: 2014-11-27 07:06:52 -0800 (Thu, 27 Nov 2014)
New Revision: 63201

Modified:
   grass/branches/releasebranch_7_0/db/db.select/main.c
Log:
db.select: vseparator -> vertical_separator (#2409)


Modified: grass/branches/releasebranch_7_0/db/db.select/main.c
===================================================================
--- grass/branches/releasebranch_7_0/db/db.select/main.c	2014-11-27 15:05:23 UTC (rev 63200)
+++ grass/branches/releasebranch_7_0/db/db.select/main.c	2014-11-27 15:06:52 UTC (rev 63201)
@@ -227,7 +227,7 @@
     fs->guisection = _("Format");
 
     vs = G_define_standard_option(G_OPT_F_SEP);
-    vs->key = "vseparator";
+    vs->key = "vertical_separator";
     vs->label = _("Vertical record separator (requires -v flag)");
     vs->answer = NULL;
     vs->guisection = _("Format");



More information about the grass-commit mailing list