[libvirt] [PATCH] Correct DESCRIPTION for virsh help blockcopy

Yanbing Du ydu at redhat.com
Tue Mar 26 16:46:28 UTC 2013


Signed-off-by: Yanbing Du <ydu at redhat.com>
---
 tools/virsh-domain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index 592a6e8..fc5cb1e 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -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}
 };
-- 
1.7.1




More information about the libvir-list mailing list