]> xenbits.xensource.com Git - libvirt.git/commitdiff
examples: Correct the example command to use testnode.xml
authorOsier Yang <jyang@redhat.com>
Tue, 29 Nov 2011 10:39:04 +0000 (18:39 +0800)
committerOsier Yang <jyang@redhat.com>
Tue, 29 Nov 2011 10:43:20 +0000 (18:43 +0800)
 * s/-connection/-c/
 * Removes the redundant '/'.
 * Add "absolute" so that it's more clear.

Pushed under trivial rule.

examples/xml/test/testnode.xml

index adc5440ab6106cecb7e2e731628a9fe76c095acc..001e353b1de0f488e9d43509aedca6de713a599a 100644 (file)
@@ -4,7 +4,7 @@
      of applications using libvirt. To use this with virsh, run something
      like:
 
-      virsh -connect test:////path/to/this/dir/testnode.xml nodeinfo
+      virsh -c test://absolute/path/to/this/dir/testnode.xml nodeinfo
 
      -->
   <domain file="testdomfv0.xml"/>