mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
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",
|
{.name = "bypass-cache",
|
||||||
.type = VSH_OT_BOOL,
|
.type = VSH_OT_BOOL,
|
||||||
.flags = 0,
|
.flags = 0,
|
||||||
.help = N_("avoid file system cache when saving")
|
.help = N_("avoid file system cache when dumping")
|
||||||
},
|
},
|
||||||
{.name = "reset",
|
{.name = "reset",
|
||||||
.type = VSH_OT_BOOL,
|
.type = VSH_OT_BOOL,
|
||||||
|
Loading…
Reference in New Issue
Block a user