mirror of https://gitee.com/openkylin/libvirt.git
Fix a copy & paste error for virsh dump help
Signed-off-by: Yanbing Du <ydu@redhat.com>
This commit is contained in:
parent
a71680fe92
commit
8bf8a89ac1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue