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:
Guido Günther 2012-11-07 21:35:55 +01:00
parent 2cd4d8e506
commit d49adae2e2

View 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>