diff --git a/man/ostree-prepare-root.xml b/man/ostree-prepare-root.xml
index 8a682e7315..70371b7bc5 100644
--- a/man/ostree-prepare-root.xml
+++ b/man/ostree-prepare-root.xml
@@ -137,11 +137,11 @@ License along with this library. If not, see .
composefs.enabled
- This can be yes, no. maybe or
- signed. The default is maybe. If set to yes or
+ This can be yes, no, maybe,
+ or signed. The default is no. If set to yes or
signed, then composefs is always used, and the boot fails if it is not
available. Additionally if set to signed, boot will fail if the image cannot be
- validated by a public key. If set to maybe, then composefs is used if supported.
+ validated by a public key. Setting this to maybe is currently equivalent to no.