summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cli/gluster-block.c22
1 files 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 <command> [<args>] <volume=volname>\n"
"\n"
"commands and arguments:\n"
- " create <name> Create the gluster block\n"
+ " create <name> create block device\n"
" volserver <gluster-node> node addr from gluster pool\n"
- " size <size> block storage size in KiB|MiB|GiB|TiB..\n"
- " [mpath <count>] multipath requirement for high availability(default: 1)\n"
- " servers <IP1,IP2,IP3...> block servers, where targets are exported\n"
- " list List available gluster blocks\n"
- " info <name> Details about gluster block\n"
- " modify <resize|auth> Modify metadata\n"
- " delete <name> Delete gluster block\n"
- " volume <volname> gluster volume name(must option for all)\n"
- " help Show this message and exit\n"
- " version Show version info and exit\n"
+ " size <size> size in KiB|MiB|GiB|TiB..\n"
+ " [mpath <count>] multipath requirement for high availability(default: 1)\n"
+ " servers <IP1,IP2,IP3...> servers in the pool where targets are exported\n"
+ " list list available block devices\n"
+ " info <name> details about block device\n"
+ " modify <resize|auth> modify metadata\n"
+ " delete <name> delete block device\n"
+ " volume <volname> volume that hosts the block device\n"
+ " help show this message and exit\n"
+ " version show version info and exit\n"
);
}