virsh: Correct DESCRIPTION for virsh help blockcopy

Signed-off-by: Yanbing Du <ydu@redhat.com>
This commit is contained in:
Yanbing Du 2013-03-27 00:46:28 +08:00 committed by Peter Krempa
parent ea2e31fa5b
commit 4faf435cbd

View File

@ -1603,7 +1603,7 @@ static const vshCmdInfo info_block_copy[] = {
.data = N_("Start a block copy operation.")
},
{.name = "desc",
.data = N_("Populate a disk from its backing image.")
.data = N_("Copy a disk backing image chain to dest.")
},
{.name = NULL}
};