From 92e982b9d2f37ae88b22406be9ee88bf14b57197 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 15 Apr 2011 01:10:48 +0000 Subject: gluster volume create: fix help message with transport option 'tcp, rdma' used to create a volume which listens on both sockets and ibverbs Signed-off-by: Amar Tumballi Signed-off-by: Anand Avati BUG: 2742 (cli help for volume create is not upto date) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2742 --- cli/src/cli-cmd-volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 3d4a26544b6..55044b33aa5 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -1096,7 +1096,7 @@ struct cli_cmd volume_cmds[] = { cli_cmd_volume_info_cbk, "list information of all volumes"}, - { "volume create [stripe ] [replica ] [transport ] ...", + { "volume create [stripe ] [replica ] [transport ] ...", cli_cmd_volume_create_cbk, "create a new volume of specified type with mentioned bricks"}, -- cgit