[ostree] doc: Manpage love for static-delta command



commit 4841d9a935d0e0cdd904c60d9fd6b59ab034e251
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Jan 15 15:49:49 2015 -0500

    doc: Manpage love for static-delta command

 doc/ostree-static-delta.xml |   43 +++++++++++++++++++++++++++++++++++++------
 1 files changed, 37 insertions(+), 6 deletions(-)
---
diff --git a/doc/ostree-static-delta.xml b/doc/ostree-static-delta.xml
index 6309a09..1373089 100644
--- a/doc/ostree-static-delta.xml
+++ b/doc/ostree-static-delta.xml
@@ -49,7 +49,13 @@ Boston, MA 02111-1307, USA.
 
     <refsynopsisdiv>
             <cmdsynopsis>
-                <command>ostree static-delta</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg 
choice="opt">REV</arg>
+                <command>ostree static-delta list</command>
+            </cmdsynopsis>
+            <cmdsynopsis>
+                <command>ostree static-delta generate</command> <arg choice="req">--to=REV</arg> <arg 
choice="opt" rep="repeat">OPTIONS</arg>
+            </cmdsynopsis>
+            <cmdsynopsis>
+                <command>ostree static-delta apply-offline</command> <arg choice="req">PATH</arg>
             </cmdsynopsis>
     </refsynopsisdiv>
 
@@ -57,12 +63,12 @@ Boston, MA 02111-1307, USA.
         <title>Description</title>
 
         <para>
-            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.
         </para>
     </refsect1>
 
     <refsect1>
-        <title>Options</title>
+        <title>'Generate' Options</title>
 
         <variablelist>
             <varlistentry>
@@ -77,17 +83,42 @@ Boston, MA 02111-1307, USA.
                 <term><option>--to</option>="REV"</term>
 
                 <listitem><para>
-                    Create delta to revision REV.
+                    Create delta to revision REV.  (This option is required.)
+                </para></listitem>
+            </varlistentry>
+
+            <varlistentry>
+                <term><option>--empty</option></term>
+
+                <listitem><para>
+                    Create delta from scratch.
                 </para></listitem>
             </varlistentry>
 
             <varlistentry>
-                <term><option>--apply</option>="PATH"</term>
+                <term><option>--gpg-sign</option>=KEYID</term>
 
                 <listitem><para>
-                    Apply delta from PATH.
+                    GPG Key ID to sign the delta with.
                 </para></listitem>
             </varlistentry>
+
+            <varlistentry>
+                <term><option>--gpg-homedir</option>=HOMEDIR</term>
+
+                <listitem><para>
+                    GPG Homedir to use when looking for keyrings.
+                </para></listitem>
+            </varlistentry>
+
+            <varlistentry>
+                <term><option>--max-usize</option>=SIZE</term>
+
+                <listitem><para>
+                    Maximum uncompressed size in megabytes.
+                </para></listitem>
+            </varlistentry>
+
         </variablelist>
     </refsect1>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]