[libgda/LIBGDA_5.0] GdaSql: doc correction



commit df33c554d45beec69d0447c6d1948fee54a7089b
Author: Vivien Malerba <malerba gnome-db org>
Date:   Thu Jan 12 20:20:12 2012 +0100

    GdaSql: doc correction

 tools/gda-sql.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/gda-sql.c b/tools/gda-sql.c
index 5a04563..7cc9b4e 100644
--- a/tools/gda-sql.c
+++ b/tools/gda-sql.c
@@ -2630,7 +2630,7 @@ build_internal_commands_list (void)
 
 	c = g_new0 (GdaInternalCommand, 1);
 	c->group = _("Execution context");
-	c->name = g_strdup_printf (_("%s SELECT ROW_FIELDS COLUMN_FIELDS [DATA_FIELDS]"), "pivot");
+	c->name = g_strdup_printf (_("%s \"SELECT\" ROW_FIELDS [COLUMN_FIELDS [DATA_FIELDS ...]]"), "pivot");
 	c->description = _("Performs a statistical analysis on the data from SELECT, "
 			   "using ROW_FIELDS and COLUMN_FIELDS criteria and optionally DATA_FIELDS for the data");
 	c->args = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]