[libgda] GdaSql: doc correction
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] GdaSql: doc correction
- Date: Sun, 15 Jan 2012 19:53:04 +0000 (UTC)
commit c2f6edbb5a5d21f715a046bc2f7c9ef36fc7bec8
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]