From 7d74792d225196585c24f8843bdba61a14c1c3d3 Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Tue, 22 Jul 2014 11:43:09 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/8342 Tested-by: Gluster Build System Reviewed-by: Krishnan Parthasarathi Tested-by: Krishnan Parthasarathi --- cli/src/cli-cmd-system.c | 4 ++-- 1 file 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 ", + { "system:: getspec ", cli_cmd_getspec_cbk, - "fetch spec for volume "}, + "fetch the volume file for the volume "}, { "system:: portmap brick2port ", cli_cmd_pmap_b2p_cbk, -- cgit