]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
doc: update option force to subcommand change-media
authorGuannan Ren <gren@redhat.com>
Fri, 31 Aug 2012 09:58:44 +0000 (17:58 +0800)
committerGuannan Ren <gren@redhat.com>
Fri, 31 Aug 2012 10:17:02 +0000 (18:17 +0800)
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=837761

tools/virsh-domain.c

index dbcaa25319a2dd8248b6187abd3965b36f06702f..3ecc52e12e7c683ff1daba8e00a80c2d065453ca 100644 (file)
@@ -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}
 };