[GRASS-SVN] r63200 - grass/trunk/db/db.select

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 27 07:05:23 PST 2014


Author: martinl
Date: 2014-11-27 07:05:23 -0800 (Thu, 27 Nov 2014)
New Revision: 63200

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

Modified: grass/trunk/db/db.select/main.c
===================================================================
--- grass/trunk/db/db.select/main.c	2014-11-27 14:38:33 UTC (rev 63199)
+++ grass/trunk/db/db.select/main.c	2014-11-27 15:05:23 UTC (rev 63200)
@@ -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