[glom] glom_create_from_example: --help: Add a hint about when self-hosting is used.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] glom_create_from_example: --help: Add a hint about when self-hosting is used.
- Date: Mon, 10 Oct 2011 13:48:33 +0000 (UTC)
commit 49abf55e12723876d30c0dceefeb1deb9229d3e3
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Oct 10 15:48:28 2011 +0200
glom_create_from_example: --help: Add a hint about when self-hosting is used.
* glom/glom_create_from_example.cc: Add some text to the --server-hostname
option.
ChangeLog | 7 +++++++
glom/glom_create_from_example.cc | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 23cd799..95e9962 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-10-10 Murray Cumming <murrayc murrayc com>
+ glom_create_from_example: --help: Add a hint about when self-hosting is used.
+
+ * glom/glom_create_from_example.cc: Add some text to the --server-hostname
+ option.
+
+2011-10-10 Murray Cumming <murrayc murrayc com>
+
glom_create_from_example: Support central-hosting too.
* glom/glom_create_from_example.cc: Allow a host name, port, and username to
diff --git a/glom/glom_create_from_example.cc b/glom/glom_create_from_example.cc
index 6c96189..0cf4319 100644
--- a/glom/glom_create_from_example.cc
+++ b/glom/glom_create_from_example.cc
@@ -88,7 +88,7 @@ GlomCreateOptionGroup::GlomCreateOptionGroup()
Glib::OptionEntry entry4;
entry4.set_long_name("server-hostname");
entry4.set_short_name('h');
- entry4.set_description(_("The hostname of the PostgreSQL server, such as localhost."));
+ entry4.set_description(_("The hostname of the PostgreSQL server, such as localhost. If this is not specified then a self-hosted database will be created."));
add_entry(entry4, m_arg_server_hostname);
Glib::OptionEntry entry5;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]