diff options
Diffstat (limited to 'cli/src/cli-cmd-volume.c')
-rw-r--r-- | cli/src/cli-cmd-volume.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 501b5776dec..3035ad4d566 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -2356,10 +2356,11 @@ struct cli_cmd volume_cmds[] = { cli_cmd_volume_status_cbk, "display status of all or specified volume(s)/brick"}, - { "volume heal <VOLNAME> [full | statistics [heal-count "\ - "[replica <HOSTNAME:BRICKNAME>]] |info [healed | heal-failed | "\ - "split-brain]| split-brain {bigger-file <FILE> |source-brick "\ - "<HOSTNAME:BRICKNAME> [<FILE>]}]", + { "volume heal <VOLNAME> [enable | disable | full |" + "statistics [heal-count [replica <HOSTNAME:BRICKNAME>]] |" + "info [healed | heal-failed | split-brain] |" + "split-brain {bigger-file <FILE> |" + "source-brick <HOSTNAME:BRICKNAME> [<FILE>]}]", cli_cmd_volume_heal_cbk, "self-heal commands on volume specified by <VOLNAME>"}, |