diff options
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, |