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