From 4cefe9c27be2d6db9d688ff1c922bf65bf43f5a1 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Wed, 18 Aug 2010 07:39:52 +0000 Subject: Modify the help message for volume create Signed-off-by: Raghavendra Bhat Signed-off-by: Anand V. Avati BUG: 1229 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1229 --- cli/src/cli-cmd-volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 6e9739deccd..0dfc2af9144 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -440,7 +440,7 @@ struct cli_cmd volume_cmds[] = { cli_cmd_volume_info_cbk, "list information of all volumes"}, - { "volume create [stripe ] [replicate ] ...", + { "volume create [stripe ] [replica ] ...", cli_cmd_volume_create_cbk, "create a new volume of specified type with mentioned bricks"}, -- cgit