diff --git a/doc/flatpak-manifest.xml b/doc/flatpak-manifest.xml
index 44c68831..445c8e67 100644
--- a/doc/flatpak-manifest.xml
+++ b/doc/flatpak-manifest.xml
@@ -576,7 +576,8 @@
An array of commands to run during build (between make and make install if those are used).
This is primarily useful when using the "simple" buildsystem.
Each command is run in /bin/sh -c, so it can use standard POSIX shell syntax such as piping output.
- The build process fails when an individual entry in the array fails.
+ If any individual entry in the array fails, then the whole build process will fail,
+ similar to commands in a make1 recipe.