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

Guannan Ren gren at redhat.com
Fri Aug 31 10:01:23 UTC 2012


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 operation")},
     {NULL, 0, 0, NULL}
 };
 
-- 
1.7.11.4




More information about the libvir-list mailing list