Fix a copy & paste error for virsh dump help

Signed-off-by: Yanbing Du <ydu@redhat.com>
This commit is contained in:
Yanbing Du 2013-03-15 15:40:18 +08:00 committed by Osier Yang
parent a71680fe92
commit 8bf8a89ac1

View File

@ -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,