17b94a
From 77df6b8930fd4acf3d0c38220fa4317ee97d530f Mon Sep 17 00:00:00 2001
17b94a
From: Shwetha K Acharya <sacharya@redhat.com>
17b94a
Date: Thu, 9 May 2019 10:43:01 +0530
17b94a
Subject: [PATCH 160/169] geo-rep: Geo-rep help text issue
17b94a
17b94a
Modified Geo-rep help text for better sanity.
17b94a
17b94a
>fixes: bz#1652887
17b94a
>Change-Id: I40ef7ef709eaecf0125ab4b4a7517e2c5d1ef4a0
17b94a
>Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
17b94a
17b94a
backport of https://review.gluster.org/#/c/glusterfs/+/22689/
17b94a
17b94a
BUG: 1480907
17b94a
Change-Id: I40ef7ef709eaecf0125ab4b4a7517e2c5d1ef4a0
17b94a
Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
17b94a
Reviewed-on: https://code.engineering.redhat.com/gerrit/172316
17b94a
Tested-by: RHGS Build Bot <nigelb@redhat.com>
17b94a
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
17b94a
---
17b94a
 cli/src/cli-cmd-volume.c | 4 ++--
17b94a
 1 file changed, 2 insertions(+), 2 deletions(-)
17b94a
17b94a
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c
17b94a
index 3432dbe..564aef7 100644
17b94a
--- a/cli/src/cli-cmd-volume.c
17b94a
+++ b/cli/src/cli-cmd-volume.c
17b94a
@@ -3422,8 +3422,8 @@ struct cli_cmd volume_cmds[] = {
17b94a
      "reset all the reconfigured options"},
17b94a
 
17b94a
 #if (SYNCDAEMON_COMPILE)
17b94a
-    {"volume " GEOREP " [<VOLNAME>] [<SLAVE-URL>] {\\\n create [[ssh-port n] "
17b94a
-     "[[no-verify] | [push-pem]]] [force] \\\n"
17b94a
+    {"volume " GEOREP " [<MASTER-VOLNAME>] [<SLAVE-IP>]::[<SLAVE-VOLNAME>] {"
17b94a
+     "\\\n create [[ssh-port n] [[no-verify] \\\n | [push-pem]]] [force] \\\n"
17b94a
      " | start [force] \\\n | stop [force] \\\n | pause [force] \\\n | resume "
17b94a
      "[force] \\\n"
17b94a
      " | config [[[\\!]<option>] [<value>]] \\\n | status "
17b94a
-- 
17b94a
1.8.3.1
17b94a