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