> ---
> tools/virsh.c | 5 +++++
> tools/virsh.pod | 14 ++++++++------
> 2 files changed, 13 insertions(+), 6 deletions(-)
>
> diff --git a/tools/virsh.c b/tools/virsh.c
> index 4e37f2d..774d937 100644
> --- a/tools/virsh.c
> +++ b/tools/virsh.c
> @@ -8293,6 +8293,7 @@ static const vshCmdOptDef opts_update_device[] = {
> {"domain", VSH_OT_DATA, VSH_OFLAG_REQ, N_("domain name, id or
uuid")},
> {"file", VSH_OT_DATA, VSH_OFLAG_REQ, N_("XML file")},
> {"persistent", VSH_OT_BOOL, 0, N_("persist device
update")},
> + {"force", VSH_OT_BOOL, 0, N_("force device update")},
ACK.
Thanks, pushed.
Jirka