doc: add missing options block for pull
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
45cb5b5f42
commit
12f911826a
|
|
@ -53,6 +53,52 @@ Boston, MA 02111-1307, USA.
|
|||
</cmdsynopsis>
|
||||
</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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue