summaryrefslogtreecommitdiffstats
path: root/cli/gluster-block.c
diff options
context:
space:
mode:
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-02-16 19:53:56 +0530
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-02-16 19:58:16 +0530
commitd0aaa839c4bb1f745d75b88c9ee0daf72fa414ad (patch)
treec6fd3fa3a63119d2f7d6f591f1765d0bc4cedef1 /cli/gluster-block.c
parentbe857905a86c39ca62b1435328b38f50627afbb5 (diff)
cli: improve help message
Signed-off-by: Vijay Bellur <vbellur@redhat.com> Reviewed-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Diffstat (limited to 'cli/gluster-block.c')
-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"
);
}