summaryrefslogtreecommitdiffstats
path: root/cli/gluster-block.c
diff options
context:
space:
mode:
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-02-23 20:43:07 +0530
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-02-27 18:22:40 +0530
commit2445dd3403b3b6e2e903f6d476ed4076e9a51e29 (patch)
tree4b4ad6aed88f2e9c35019d7ae1ab01c9d1057a62 /cli/gluster-block.c
parent15cdf7708b321fe883ada00b9624503c2aa00572 (diff)
gluster-blockd: parse create and delete outputs
The new parsed output of create and delete command will look like: $ gluster-block create sample/sample-block ha 2 ${HOST1} ${HOST2} 1GiB IQN: iqn.2016-12.org.gluster-block:aafea465-9167-4880-b37c-2c36db8562ea PORTAL(S): ${HOST1}:3260 ${HOST2}:3260 RESULT: SUCCESS $ gluster-block delete sample/sample-block SUCCESSFUL ON: ${HOST1} ${HOST2} RESULT: SUCCESS Change-Id: Id98e643c62a898a1f7298b6cfeb6ddfa10397b7f Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Diffstat (limited to 'cli/gluster-block.c')
-rw-r--r--cli/gluster-block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/gluster-block.c b/cli/gluster-block.c
index b5549a0..bce0dce 100644
--- a/cli/gluster-block.c
+++ b/cli/gluster-block.c
@@ -24,7 +24,7 @@ typedef enum clioperations {
const char *argp_program_version = "" \
PACKAGE_NAME" ("PACKAGE_VERSION")" \
- "\nRepository rev: https://github.com/pkalever/gluster-block.git\n" \
+ "\nRepository rev: https://github.com/gluster/gluster-block.git\n" \
"Copyright (c) 2016 Red Hat, Inc. <https://redhat.com/>\n" \
"gluster-block comes with ABSOLUTELY NO WARRANTY.\n" \
"It is licensed to you under your choice of the GNU Lesser\n" \