From eef8162e92149794298146fe881789da6a61cdf5 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Sat, 4 Sep 2010 04:58:17 +0000 Subject: Hiding add-brick/remove-brick type option Currently add-brick and remove-brick type option of replica/stripe along with count does not change the behaviour. Hiding the usage options. Signed-off-by: shishir gowda Signed-off-by: Vijay Bellur BUG: 1528 (Hide type option for add-brick and remove brick) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1528 --- cli/src/cli-cmd-volume.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/src/cli-cmd-volume.c') diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 399d146d108..34651ae161f 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -389,7 +389,7 @@ void cli_cmd_volume_add_brick_usage () { cli_out ("Usage: volume add-brick " - "[(replica )|(stripe )] ..."); + " ..."); } int @@ -434,7 +434,7 @@ void cli_cmd_volume_remove_brick_usage () { cli_out ("Usage: volume remove-brick " - "[(replica )|(stripe )] ..."); + " ..."); } int -- cgit