[libgda/LIBGDA_5.0] Correction for bug #672874



commit 56477cae8c85997581fdbe4883dba0f39f1378fd
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Mar 27 21:21:51 2012 +0200

    Correction for bug #672874

 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 ca0726e..f1a12aa 100644
--- a/tools/gda-sql.c
+++ b/tools/gda-sql.c
@@ -2650,7 +2650,7 @@ build_internal_commands_list (void)
 	c = g_new0 (GdaInternalCommand, 1);
 	c->group = _("General");
 	c->group_id = NULL;
-	c->name = g_strdup_printf (_("%s [<NAME> [<VALUE>]"), "option");
+	c->name = g_strdup_printf (_("%s [<NAME> [<VALUE>]]"), "option");
 	c->description = _("Set or show an option, or list all options ");
 	c->args = NULL;
 	c->command_func = (GdaInternalCommandFunc) extra_command_option;



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