virsh: Correct DESCRIPTION for virsh help blockcopy

Signed-off-by: Yanbing Du <ydu@redhat.com>
This commit is contained in:
Yanbing Du
2013-03-26 20:23:30 +01:00
committed by Peter Krempa
parent ea2e31fa5b
commit 4faf435cbd
+1 -1
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}
};