]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix "virsh create" example
authorGuido Günther <agx@sigxcpu.org>
Wed, 7 Nov 2012 20:35:55 +0000 (21:35 +0100)
committerCole Robinson <crobinso@redhat.com>
Sun, 9 Dec 2012 21:26:15 +0000 (16:26 -0500)
We require a file and don't accept standard input:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692322
(cherry picked from commit d49adae2e261d2736b22be37ef8d4fe0460df0ad)

tools/virsh.pod

index c1d226524bc85b008ac6ea6f3f82326d9e744c72..4fbb66010bafc530b606a05a69f56f8e62a2eb52 100644 (file)
@@ -545,7 +545,7 @@ B<Example>
 
  virsh dumpxml <domain> > domain.xml
  vi domain.xml (or make changes with your other text editor)
- virsh create domain.xml
+ virsh create domain.xml
 
 =item B<define> I<FILE>