Explorar o código

doc: adjust example in qvm-pool man page

'xen' driver does not even exists.
Marek Marczykowski-Górecki %!s(int64=6) %!d(string=hai) anos
pai
achega
c669e9f9f6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      doc/manpages/qvm-pool.rst

+ 2 - 2
doc/manpages/qvm-pool.rst

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