mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03: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
This commit is contained in:
parent
2cd4d8e506
commit
d49adae2e2
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user