[libgda] Correction for bug #672874
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Correction for bug #672874
- Date: Tue, 27 Mar 2012 19:22:08 +0000 (UTC)
commit 7e45a7c6d66324211e5ee8ea24b699984b3d642f
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]