diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-06-28 17:02:46 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-06-28 17:03:08 +0100 |
commit | ea96c7acf7a332c08c2214796add647224a2ede0 (patch) | |
tree | e3eb0b5a1c24e42df755abb75a4ab0051ffb4432 /inspector/virt-inspector.rng | |
parent | b3c1dcfaee356a8feddef82c9ecbe5b7c6a4512f (diff) | |
download | libguestfs-ea96c7acf7a332c08c2214796add647224a2ede0.tar.gz libguestfs-ea96c7acf7a332c08c2214796add647224a2ede0.tar.xz libguestfs-ea96c7acf7a332c08c2214796add647224a2ede0.zip |
inspector: Fix comment in virt-inspector.rng.
The comment referred to the command line syntax of the old
virt-inspector.
Diffstat (limited to 'inspector/virt-inspector.rng')
-rw-r--r-- | inspector/virt-inspector.rng | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inspector/virt-inspector.rng b/inspector/virt-inspector.rng index f59311c0..480467ed 100644 --- a/inspector/virt-inspector.rng +++ b/inspector/virt-inspector.rng @@ -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 |