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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 7 05:43:19 PST 2013


Author: martinl
Date: 2013-02-07 05:43:06 -0800 (Thu, 07 Feb 2013)
New Revision: 54969

Modified:
   grass/trunk/db/db.select/main.c
Log:
db.select: rename paramater `vs` to `vseparator`


Modified: grass/trunk/db/db.select/main.c
===================================================================
--- grass/trunk/db/db.select/main.c	2013-02-07 12:20:48 UTC (rev 54968)
+++ grass/trunk/db/db.select/main.c	2013-02-07 13:43:06 UTC (rev 54969)
@@ -218,8 +218,8 @@
     fs->guisection = _("Format");
 
     vs = G_define_standard_option(G_OPT_F_SEP);
-    vs->key = "vs";
-    vs->label = _("Output vertical record separator");
+    vs->key = "vseparator";
+    vs->label = _("Vertical record separator (requires -v flag)");
     vs->answer = NULL;
     vs->guisection = _("Format");
 



More information about the grass-commit mailing list