[libvirt] [PATCH v2] doc: update option force to subcommand change-media

Osier Yang jyang at redhat.com
Fri Aug 31 10:16:55 UTC 2012


On 2012年08月31日 18:13, Guannan Ren wrote:
> BZ: https://bugzilla.redhat.com/show_bug.cgi?id=837761
> ---
>   tools/virsh-domain.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
> index dbcaa25..10361cd 100644
> --- a/tools/virsh-domain.c
> +++ b/tools/virsh-domain.c
> @@ -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}
>   };
>

ACK.




More information about the libvir-list mailing list