[ostree] doc: add missing options block for pull
- From: Giuseppe Scrivano <gscrivano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] doc: add missing options block for pull
- Date: Wed, 13 May 2015 08:05:05 +0000 (UTC)
commit 12f911826a63db412c160f568ec53bfa6abb4ab2
Author: Giuseppe Scrivano <gscrivan redhat com>
Date: Tue May 12 10:39:37 2015 +0200
doc: add missing options block for pull
Signed-off-by: Giuseppe Scrivano <gscrivan redhat com>
doc/ostree-pull.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/doc/ostree-pull.xml b/doc/ostree-pull.xml
index e513461..5247f44 100644
--- a/doc/ostree-pull.xml
+++ b/doc/ostree-pull.xml
@@ -54,6 +54,52 @@ Boston, MA 02111-1307, USA.
</refsynopsisdiv>
<refsect1>
+ <title>Options</title>
+
+ <variablelist>
+ <varlistentry>
+ <term><option>--disable-fsync</option></term>
+
+ <listitem><para>
+ Do no invoke fsync().
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--disable-static-deltas</option></term>
+
+ <listitem><para>
+ Do not use static deltas.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--mirror</option></term>
+
+ <listitem><para>
+ Write refs suitable for a mirror.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--subpath</option>=SUBPATH</term>
+
+ <listitem><para>
+ Only pull the provided subpath.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--depth</option>=DEPTH</term>
+
+ <listitem><para>
+ Traverse DEPTH parents (-1=infinite) (default: 0).
+ </para></listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+
+ <refsect1>
<title>Description</title>
<para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]