[GRASS-SVN] r51943 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 3 02:57:14 PDT 2012


Author: martinl
Date: 2012-06-03 02:57:13 -0700 (Sun, 03 Jun 2012)
New Revision: 51943

Modified:
   grass/trunk/lib/gis/parser_standard_options.c
Log:
libgis: G_OPT_DB_SQL (no stdin)


Modified: grass/trunk/lib/gis/parser_standard_options.c
===================================================================
--- grass/trunk/lib/gis/parser_standard_options.c	2012-06-02 17:12:24 UTC (rev 51942)
+++ grass/trunk/lib/gis/parser_standard_options.c	2012-06-03 09:57:13 UTC (rev 51943)
@@ -131,8 +131,7 @@
         Opt->required = NO;
         Opt->label = _("SQL select statement");
         Opt->description =
-            _("For example: 'select * from rybniky where kapri = 'hodne'\n"
-              "\t\t('-' for standard input)");
+            _("For example: 'select * from rybniky where kapri = 'hodne'");
         break;
     case G_OPT_DB_WHERE:
 	Opt->key = "where";



More information about the grass-commit mailing list