From cbfe088ae6f2c8aaeae25ab938c5c223ede5b275 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 14 Sep 2022 17:04:39 +0100 Subject: [PATCH] README: Fix formatting of mount options --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d975d37f..1a8f89b5 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,9 @@ Once it is loaded, it can be used as: Mount options: -`basedir`: is the directory to use as a base when resolving relative content paths. -'noverity': Don't verify that target files have the right fs-verity digest. Useful if the fs doesn't support fs-verity but the image has digests enabled. -`digest`: A fs-verity sha256 digest that the image file must match. +- `basedir`: is the directory to use as a base when resolving relative content paths. +- `noverity`: Don't verify that target files have the right fs-verity digest. Useful if the fs doesn't support fs-verity but the image has digests enabled. +- `digest`: A fs-verity sha256 digest that the image file must match. ## SELinux issues