doc: adjust example in qvm-pool man page

'xen' driver does not even exists.
This commit is contained in:
Marek Marczykowski-Górecki 2018-04-13 00:26:30 +02:00
parent 90df051f4f
commit c669e9f9f6
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -59,11 +59,11 @@ Options
Examples
--------
Create a pool backed by the default `xen` driver.
Create a pool backed by the `file` driver.
::
qvm-pool -o dir_path=/mnt/foo -a foo xen
qvm-pool -o dir_path=/mnt/foo -a foo file
Authors
-------