From ac7674554e02b8d08c61b8cf9530be80eff79bfd Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Fri, 7 Jul 2017 16:50:06 +0530 Subject: cli: show 'prealloc' option in the hint msg $ gluster-block create Inadequate arguments for create: gluster-block create [ha ] [auth] \ [prealloc ] [--json*] Change-Id: Ib089598fd9b386bd3475dd421b41c45ebb01c9d2 Fixes: #33 Signed-off-by: Prasanna Kumar Kalever --- cli/gluster-block.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/gluster-block.c b/cli/gluster-block.c index ec931d1..21ad44f 100644 --- a/cli/gluster-block.c +++ b/cli/gluster-block.c @@ -16,8 +16,9 @@ # define GB_CREATE_HELP_STR "gluster-block create "\ - "[ha ] [auth enable|disable] "\ - " [--json*]" + "[ha ] [auth ] "\ + "[prealloc ] "\ + " [--json*]" # define GB_DELETE_HELP_STR "gluster-block delete [--json*]" # define GB_MODIFY_HELP_STR "gluster-block modify "\ -- cgit