inspector: Fix comment in virt-inspector.rng.

The comment referred to the command line syntax of the old
virt-inspector.
(cherry picked from commit ea96c7acf7)
This commit is contained in:
Richard W.M. Jones
2011-06-28 17:02:46 +01:00
parent 74c3b79e0e
commit d0c7e1d994

View File

@@ -1,11 +1,11 @@
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
<!-- -*- xml -*-
This is a RELAX NG schema for the output of 'virt-inspector - -xml'.
This is a RELAX NG schema for the output of 'virt-inspector'.
To validate an existing document against this schema, you can
use xmllint, like this:
virt-inspector - -xml Foo > output.xml
virt-inspector -d Foo > output.xml
xmllint - -noout - -relaxng virt-inspector.rng output.xml
(Note that because of limitations of XML, I have had to put spaces