diff --git a/doc/flatpak-builder.xml b/doc/flatpak-builder.xml
index 28ec0283..2187f697 100644
--- a/doc/flatpak-builder.xml
+++ b/doc/flatpak-builder.xml
@@ -276,7 +276,8 @@
(boolean)
- If this is true (the default is false) and strip is not set then all ELF files will have their debug info extracted to a separate file.
+ By default (if strip is not true) flatpak-builder extracts all debug info in ELF files to a separate files
+ and puts this in an extension. If you want to disable this, set no-debuginfo to true. (object)