summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2015-01-15 15:49:49 -0500
committerMatthew Barnes <mbarnes@redhat.com>2015-01-15 15:49:49 -0500
commit4841d9a935d0e0cdd904c60d9fd6b59ab034e251 (patch)
tree4f1398de2e7eff26802777a742e244bb86e3b752
parent2f9567ad5633fbc86174cb2087bead29a0aef759 (diff)
downloadostree-4841d9a935d0e0cdd904c60d9fd6b59ab034e251.tar.gz
doc: Manpage love for static-delta command
-rw-r--r--doc/ostree-static-delta.xml43
1 files 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.
<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>