]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: tweak 'virsh edit' wording
authorEric Blake <eblake@redhat.com>
Mon, 12 Dec 2011 21:28:31 +0000 (14:28 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 13 Dec 2011 22:58:43 +0000 (15:58 -0700)
commit972f7e6e49c0d8e5f50ba8ce9b6f037ceea8b36b
tree50d0a4f0232329b1a7304440ff78469e2ea37514
parentfbd8d6fc8786cde59e34b39450f3c2c632376f8f
docs: tweak 'virsh edit' wording

I was wondering why 'virsh edit' didn't support the same
'--inactive' option as 'virsh dumpxml'; reading the source
code showed that --inactive was already implied, and that
the only way to alter a running guest rather than affecting
next boot is by hot-plugging individual devices, or by
something complex like saving the guest and modifying the
save image.

* tools/virsh.pod (define, edit): Mention behavior when guest is
already running.
tools/virsh.pod