aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2011-11-29 18:39:04 +0800
committerOsier Yang <jyang@redhat.com>2011-11-29 18:43:20 +0800
commit4b7de948f9da5aee85358602402893144f1c2689 (patch)
tree50de127ae31539c7f94e451c46d2461d69a7d3b6 /examples
parentAdd virsh command to initiate suspend on the host (diff)
downloadlibvirt-4b7de948f9da5aee85358602402893144f1c2689.tar.gz
libvirt-4b7de948f9da5aee85358602402893144f1c2689.tar.bz2
libvirt-4b7de948f9da5aee85358602402893144f1c2689.zip
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.
Diffstat (limited to 'examples')
-rw-r--r--examples/xml/test/testnode.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/test/testnode.xml b/examples/xml/test/testnode.xml
index adc5440ab..001e353b1 100644
--- a/examples/xml/test/testnode.xml
+++ b/examples/xml/test/testnode.xml
@@ -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"/>