doc: make --sparse documentation consistent with error message

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1210572

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2015-04-10 12:37:09 +02:00
parent 06c05ca078
commit 549c93be5f

View File

@ -588,8 +588,8 @@ size (in GiB) to use if creating new storage
=item B<sparse> =item B<sparse>
whether to skip fully allocating newly created storage. Value is 'true' or whether to skip fully allocating newly created storage. Value is 'yes' or
'false'. Default is 'true' (do not fully allocate) unless it isn't 'no'. Default is 'yes' (do not fully allocate) unless it isn't
supported by the underlying storage type. supported by the underlying storage type.
The initial time taken to fully-allocate the guest virtual disk (sparse=false) The initial time taken to fully-allocate the guest virtual disk (sparse=false)