Fix indentation of output formats

Change-Id: Id9f10817ac5508f694d9fe6f9b3447ef061fbeb3
This commit is contained in:
Pierre Riteau
2023-09-27 09:55:12 +02:00
parent 64a38a518d
commit 81d9b7f500

View File

@@ -67,13 +67,13 @@ output formats may be specified using the `-t <format>` argument. Multiple
output formats can also be specified by comma separation. The supported output output formats can also be specified by comma separation. The supported output
formats are: formats are:
* qcow2 * qcow2
* tar * tar
* tgz * tgz
* squashfs * squashfs
* vhd * vhd
* docker * docker
* raw * raw
When building a tgz image, note that the `DIB_GZIP_BIN` environment variable When building a tgz image, note that the `DIB_GZIP_BIN` environment variable
can be used to set the path of the gzip executable. can be used to set the path of the gzip executable.