mirror of https://gitee.com/openkylin/libvirt.git
doc: update option force to subcommand change-media
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=837761
This commit is contained in:
parent
fccab89def
commit
c3e7245af5
tools
|
@ -8236,7 +8236,7 @@ static const vshCmdOptDef opts_change_media[] = {
|
|||
"depends on implementation of hypervisor driver")},
|
||||
{"live", VSH_OT_BOOL, 0, N_("alter live configuration of running domain")},
|
||||
{"config", VSH_OT_BOOL, 0, N_("alter persistent configuration, effect observed on next boot")},
|
||||
{"force", VSH_OT_BOOL, 0, N_("force media insertion")},
|
||||
{"force", VSH_OT_BOOL, 0, N_("force media changing")},
|
||||
{NULL, 0, 0, NULL}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue