diff --git a/doc/ostree-static-delta.xml b/doc/ostree-static-delta.xml
index 6309a09c..13730899 100644
--- a/doc/ostree-static-delta.xml
+++ b/doc/ostree-static-delta.xml
@@ -49,7 +49,13 @@ Boston, MA 02111-1307, USA.
- ostree static-deltaOPTIONSREV
+ ostree static-delta list
+
+
+ ostree static-delta generate--to=REVOPTIONS
+
+
+ ostree static-delta apply-offlinePATH
@@ -57,12 +63,12 @@ Boston, MA 02111-1307, USA.
Description
- If no options are selected, this command will list the static deltas in this repo. The options allow creating and applying delta fles.
+ List and manipulate static delta files.
- Options
+ 'Generate' Options
@@ -77,17 +83,42 @@ Boston, MA 02111-1307, USA.
="REV"
- Create delta to revision REV.
+ Create delta to revision REV. (This option is required.)
- ="PATH"
+
- Apply delta from PATH.
+ Create delta from scratch.
+
+
+ =KEYID
+
+
+ GPG Key ID to sign the delta with.
+
+
+
+
+ =HOMEDIR
+
+
+ GPG Homedir to use when looking for keyrings.
+
+
+
+
+ =SIZE
+
+
+ Maximum uncompressed size in megabytes.
+
+
+