[evolution-data-server] Add an example for host url
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Add an example for host url
- Date: Thu, 9 Sep 2010 13:45:32 +0000 (UTC)
commit 426279a01963bb827724e1d0fbb528e017d54404
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Thu Sep 9 15:26:34 2010 +0530
Add an example for host url
servers/groupwise/soap-test.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/servers/groupwise/soap-test.c b/servers/groupwise/soap-test.c
index 291b122..221a8b7 100644
--- a/servers/groupwise/soap-test.c
+++ b/servers/groupwise/soap-test.c
@@ -51,8 +51,9 @@ main (gint argc, gchar *argv[])
g_type_init ();
g_thread_init (NULL);
+ /* Hostname Eg: http(s)://domain_name:/port_number/soap */
if (argc != 3 && argc != 4) {
- g_print ("Usage: %s hostname username [password]\n", argv[0]);
+ g_print ("Usage: %s hosturl username [password]\n", argv[0]);
return -1;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]