From: Osier Yang Date: Tue, 29 Nov 2011 10:39:04 +0000 (+0800) Subject: examples: Correct the example command to use testnode.xml X-Git-Tag: v0.9.8-rc1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7de948f9da5aee85358602402893144f1c2689;p=thirdparty%2Flibvirt.git 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. --- diff --git a/examples/xml/test/testnode.xml b/examples/xml/test/testnode.xml index adc5440ab6..001e353b1d 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 -->