inspector: Fix comment in virt-inspector.rng.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 28 Jun 2011 16:02:46 +0000 (17:02 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 28 Jun 2011 16:03:08 +0000 (17:03 +0100)
The comment referred to the command line syntax of the old
virt-inspector.

inspector/virt-inspector.rng

index f59311c..480467e 100644 (file)
@@ -1,11 +1,11 @@
 <grammar xmlns="http://relaxng.org/ns/structure/1.0">
   <!-- -*- xml -*-
 <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:
 
 
   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
     xmllint - -noout - -relaxng virt-inspector.rng output.xml
 
   (Note that because of limitations of XML, I have had to put spaces