diff options
author | Shwetha K Acharya <sacharya@redhat.com> | 2018-11-23 17:28:07 +0530 |
---|---|---|
committer | Kotresh HR <khiremat@redhat.com> | 2018-11-27 14:01:51 +0000 |
commit | 0a3540293bf2f4e96d79ca0d1baa168712472279 (patch) | |
tree | 282b19b13c275acbbc66d891916def9ab160ac81 /cli | |
parent | a52d2d704318a930b0a2eb6d92701499fa97e52e (diff) |
geo-rep: Geo-rep help text issue
Modified Geo-rep help text for better sanity.
Change-Id: I48f4d0fd60c1ffcde753b37416e0c73afd0b5702
fixes: bz#1652887
Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
Diffstat (limited to 'cli')
-rw-r--r-- | cli/src/cli-cmd-volume.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index a7723be86b8..2c7ec638086 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -3399,10 +3399,12 @@ struct cli_cmd volume_cmds[] = { "reset all the reconfigured options"}, #if (SYNCDAEMON_COMPILE) - {"volume " GEOREP " [<VOLNAME>] [<SLAVE-URL>] {create [[ssh-port n] " - "[[no-verify]|[push-pem]]] [force]" - "|start [force]|stop [force]|pause [force]|resume [force]|config|status " - "[detail]|delete [reset-sync-time]} [options...]", + {"volume " GEOREP " [<VOLNAME>] [<SLAVE-URL>] {\\\n create [[ssh-port n] " + "[[no-verify] | [push-pem]]] [force] \\\n" + " | start [force] \\\n | stop [force] \\\n | pause [force] \\\n | resume " + "[force] \\\n" + " | config [[[\\!]<option>] [<value>]] \\\n | status " + "[detail] \\\n | delete [reset-sync-time]} ", cli_cmd_volume_gsync_set_cbk, "Geo-sync operations", cli_cmd_check_gsync_exists_cbk}, #endif |