From bd8f7b95972abdbaba0b4ec067b6cb7968ad7e56 Mon Sep 17 00:00:00 2001 From: Gaurav Date: Thu, 13 Jan 2011 07:29:08 +0000 Subject: cli: Show 'commit' option in replace-brick. Signed-off-by: Gaurav Signed-off-by: Anand V. Avati BUG: 2273 (replace-brick help does not show commit option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2273 --- cli/src/cli-cmd-volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 0b6e2dd36..fd2a7afe0 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -917,7 +917,7 @@ struct cli_cmd volume_cmds[] = { cli_cmd_volume_defrag_cbk, "rebalance operations"}, - { "volume replace-brick {start|pause|abort|status}", + { "volume replace-brick {start|pause|abort|status|commit}", cli_cmd_volume_replace_brick_cbk, "replace-brick operations"}, -- cgit