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