diff options
author | Shwetha K Acharya <sacharya@redhat.com> | 2019-05-09 10:43:01 +0530 |
---|---|---|
committer | Kotresh HR <khiremat@redhat.com> | 2019-05-23 15:25:25 +0000 |
commit | 38f23ad8333faa2dd0d8ab23104aad4824fbe4a3 (patch) | |
tree | d78064a1baa8b11d3eb04ec8952e9593e7150cbf /cli | |
parent | 3b5eb592f543e15e16996ba83182635a4e07ab74 (diff) |
geo-rep: Geo-rep help text issue
Modified Geo-rep help text for better sanity.
fixes: bz#1652887
Change-Id: I40ef7ef709eaecf0125ab4b4a7517e2c5d1ef4a0
Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
Diffstat (limited to 'cli')
-rw-r--r-- | cli/src/cli-cmd-volume.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index ab2f18bd679..3b38e55bb3b 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -3061,8 +3061,8 @@ struct cli_cmd volume_cmds[] = { "reset all the reconfigured options"}, #if (SYNCDAEMON_COMPILE) - {"volume " GEOREP " [<VOLNAME>] [<SLAVE-URL>] {\\\n create [[ssh-port n] " - "[[no-verify] | [push-pem]]] [force] \\\n" + {"volume " GEOREP " [<MASTER-VOLNAME>] [<SLAVE-IP>]::[<SLAVE-VOLNAME>] {" + "\\\n create [[ssh-port n] [[no-verify] \\\n | [push-pem]]] [force] \\\n" " | start [force] \\\n | stop [force] \\\n | pause [force] \\\n | resume " "[force] \\\n" " | config [[[\\!]<option>] [<value>]] \\\n | status " |