[libvirt] [PATCH] Fix a copy&paste error for virsh dump help

Yanbing Du ydu at redhat.com
Fri Mar 15 07:40:18 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 ab90f58..aa45e72 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -4358,7 +4358,7 @@ static const vshCmdOptDef opts_dump[] = {
     {.name = "bypass-cache",
      .type = VSH_OT_BOOL,
      .flags = 0,
-     .help = N_("avoid file system cache when saving")
+     .help = N_("avoid file system cache when dumping")
     },
     {.name = "reset",
      .type = VSH_OT_BOOL,
-- 
1.7.1




More information about the libvir-list mailing list