diff options
author | Atin Mukherjee <amukherj@redhat.com> | 2014-07-22 11:43:09 +0530 |
---|---|---|
committer | Krishnan Parthasarathi <kparthas@redhat.com> | 2014-07-30 02:31:34 -0700 |
commit | 7d74792d225196585c24f8843bdba61a14c1c3d3 (patch) | |
tree | 80e1729a08e5453eb174c34ca4e6c58413a84e20 /cli/src/cli-cmd-system.c | |
parent | df770496ba5ed6d2c72bcfc76ca9e816a08c383a (diff) |
cli : glusterd getspec usage correction
gluster system getspec asks to input volume-id instead of volume name
Change-Id: I0baef9c937fc8948477aa65c8f98916b28c1e484
BUG: 1121870
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-on: http://review.gluster.org/8342
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Krishnan Parthasarathi <kparthas@redhat.com>
Tested-by: Krishnan Parthasarathi <kparthas@redhat.com>
Diffstat (limited to 'cli/src/cli-cmd-system.c')
-rw-r--r-- | cli/src/cli-cmd-system.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/src/cli-cmd-system.c b/cli/src/cli-cmd-system.c index 8cfa5e70c3c..690a104183a 100644 --- a/cli/src/cli-cmd-system.c +++ b/cli/src/cli-cmd-system.c @@ -393,9 +393,9 @@ out: } struct cli_cmd cli_system_cmds[] = { - { "system:: getspec <VOLID>", + { "system:: getspec <VOLNAME>", cli_cmd_getspec_cbk, - "fetch spec for volume <VOLID>"}, + "fetch the volume file for the volume <VOLNAME>"}, { "system:: portmap brick2port <BRICK>", cli_cmd_pmap_b2p_cbk, |