From: Yanbing Du Date: Fri, 15 Mar 2013 07:40:18 +0000 (+0800) Subject: Fix a copy & paste error for virsh dump help X-Git-Tag: v1.0.4-rc1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bf8a89ac14bb9b158337a9278b988dbb9545c92;p=thirdparty%2Flibvirt.git Fix a copy & paste error for virsh dump help Signed-off-by: Yanbing Du --- diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index ab90f5827c..aa45e7263d 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,