From 4841d9a935d0e0cdd904c60d9fd6b59ab034e251 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 15 Jan 2015 15:49:49 -0500 Subject: [PATCH] doc: Manpage love for static-delta command --- doc/ostree-static-delta.xml | 43 +++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) 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-delta OPTIONS REV + ostree static-delta list + + + ostree static-delta generate --to=REV OPTIONS + + + ostree static-delta apply-offline PATH @@ -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. + + +