]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh-snapshot: Reject --no-metadata together with --print-xml
authorPeter Krempa <pkrempa@redhat.com>
Mon, 11 Feb 2013 13:06:08 +0000 (14:06 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 11 Feb 2013 13:50:20 +0000 (14:50 +0100)
commitfe69656ea9e8d77aa68759f8c1fe85f710380149
treec990d641373ee461fd36f5411967eebf791fec86
parent02b0d3f3ac486153f25080ae8e60f20329c92c92
virsh-snapshot: Reject --no-metadata together with --print-xml

Manual for "virsh snapshot-create-as" states that --no-metadata and
--print-xml are incompatible. Honor this detail in the code.
tools/virsh-snapshot.c