]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
virsh: Correct DESCRIPTION for virsh help blockcopy
authorYanbing Du <ydu@redhat.com>
Tue, 26 Mar 2013 16:46:28 +0000 (00:46 +0800)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 26 Mar 2013 19:23:30 +0000 (20:23 +0100)
Signed-off-by: Yanbing Du <ydu@redhat.com>
tools/virsh-domain.c

index 12bdd58fbca9c34f542c539432ea3040116af570..d1e6f9dff53f0914732156ae912e6253e24618de 100644 (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}
 };