diff --git a/man/ostree-commit.xml b/man/ostree-commit.xml
index b0c5b335..ab5d3415 100644
--- a/man/ostree-commit.xml
+++ b/man/ostree-commit.xml
@@ -82,6 +82,14 @@ Boston, MA 02111-1307, USA.
+
+ , ="FILE"
+
+
+ Full commit description from a file. (optional)
+
+
+
,
@@ -98,6 +106,14 @@ Boston, MA 02111-1307, USA.
+
+ ="COMMIT"
+
+
+ Parent checksum or "none" to explicitly use no parent. If not specified, BRANCH is used as parent (no parent in case BRANCH does not exist).
+
+
+
="dir=PATH" or "tar=TARFILE" or "ref=COMMIT"
@@ -119,7 +135,23 @@ Boston, MA 02111-1307, USA.
="KEY=VALUE"
- Add a key/value pair to metadata.
+ Add a key/value pair to metadata. Can be specified multiple times.
+
+
+
+
+ ="KEY=VALUE"
+
+
+ Add a key/value pair to metadata, where the KEY is a string, and VALUE is g_variant_parse() formatted. Can be specified multiple times.
+
+
+
+
+ ="KEY"
+
+
+ Keep metadata KEY and its associated VALUE from parent. Can be specified multiple times.