On 2013年03月15日 15:40, Yanbing Du wrote:
Signed-off-by: Yanbing Du<ydu(a)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,
ACK and pushed.