mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
Fix "virsh create" example
We require a file and don't accept standard input:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692322
(cherry picked from commit d49adae2e2
)
This commit is contained in:
parent
245c8135fe
commit
d070eee1b2
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user