From d0aaa839c4bb1f745d75b88c9ee0daf72fa414ad Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Thu, 16 Feb 2017 19:53:56 +0530 Subject: cli: improve help message Signed-off-by: Vijay Bellur Reviewed-by: Prasanna Kumar Kalever --- cli/gluster-block.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/cli/gluster-block.c b/cli/gluster-block.c index 8b6836b..4b03422 100644 --- a/cli/gluster-block.c +++ b/cli/gluster-block.c @@ -151,18 +151,18 @@ glusterBlockHelp(void) " gluster-block [] \n" "\n" "commands and arguments:\n" - " create Create the gluster block\n" + " create create block device\n" " volserver node addr from gluster pool\n" - " size block storage size in KiB|MiB|GiB|TiB..\n" - " [mpath ] multipath requirement for high availability(default: 1)\n" - " servers block servers, where targets are exported\n" - " list List available gluster blocks\n" - " info Details about gluster block\n" - " modify Modify metadata\n" - " delete Delete gluster block\n" - " volume gluster volume name(must option for all)\n" - " help Show this message and exit\n" - " version Show version info and exit\n" + " size size in KiB|MiB|GiB|TiB..\n" + " [mpath ] multipath requirement for high availability(default: 1)\n" + " servers servers in the pool where targets are exported\n" + " list list available block devices\n" + " info details about block device\n" + " modify modify metadata\n" + " delete delete block device\n" + " volume volume that hosts the block device\n" + " help show this message and exit\n" + " version show version info and exit\n" ); } -- cgit