From: Guannan Ren Date: Fri, 31 Aug 2012 09:58:44 +0000 (+0800) Subject: doc: update option force to subcommand change-media X-Git-Tag: v0.10.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3e7245af5e8b07c7f3d4c6548b10f0f2227f9e5;p=thirdparty%2Flibvirt.git doc: update option force to subcommand change-media BZ: https://bugzilla.redhat.com/show_bug.cgi?id=837761 --- diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index dbcaa25319..3ecc52e12e 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} };