examples: Correct the example command to use testnode.xml

* s/-connection/-c/
 * Removes the redundant '/'.
 * Add "absolute" so that it's more clear.

Pushed under trivial rule.
This commit is contained in:
Osier Yang 2011-11-29 18:39:04 +08:00
parent 34401a8b42
commit 4b7de948f9
1 changed files with 1 additions and 1 deletions

View 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"/>