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