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