]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
Fix "virsh create" example
authorGuido Günther <agx@sigxcpu.org>
Wed, 7 Nov 2012 20:35:55 +0000 (21:35 +0100)
committerGuido Günther <agx@sigxcpu.org>
Thu, 8 Nov 2012 06:28:24 +0000 (07:28 +0100)
We require a file and don't accept standard input:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692322

tools/virsh.pod

index 0808d72e636944d5b4a154c28db1f5434c637909..0984e6e8bdda1a85b35bde8d9d4c7d9f6949c6ae 100644 (file)
@@ -553,7 +553,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>