mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 18:45:16 +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 d49adae2e261d2736b22be37ef8d4fe0460df0ad)
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…
x
Reference in New Issue
Block a user