aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-27 21:38:15 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-27 21:38:15 +0100
commit2a5df0a2f45100dcf7e7caa55fe7dbf51e5b26bf (patch)
tree660902f1951456295f03f5d71a11862e6ad8d777 /docs
parent0e98d3a3fd3ee9814cf1a3f2441ee4647abb57ea (diff)
gbp-clone: better document --all
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-clone.sgml11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/manpages/gbp-clone.sgml b/docs/manpages/gbp-clone.sgml
index 559da836..526f3f71 100644
--- a/docs/manpages/gbp-clone.sgml
+++ b/docs/manpages/gbp-clone.sgml
@@ -22,6 +22,7 @@
&gbp-clone;
<arg><option>--verbose</option></arg>
+ <arg><option>--all</option></arg>
<arg><option>--[no-]pristine-tar</option></arg>
<arg><option>--debian-branch=</option><replaceable>branch_name</replaceable></arg>
<arg><option>--upstream-branch=</option><replaceable>branch_name</replaceable></arg>
@@ -42,6 +43,14 @@
<variablelist>
<varlistentry>
+ <term><option>--all</option>
+ </term>
+ <listitem>
+ <para>Track all branches, not only <replaceable>debian</replaceable>
+ and <replaceable>upstream</replaceable>.
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--debian-branch</option>=<replaceable>branch_name</replaceable>
</term>
<listitem>
@@ -68,7 +77,7 @@
<term><option>--pristine-tar</option>
</term>
<listitem>
- <para>generate pristine-tar delta file</para>
+ <para>Track pristine tar branch.</para>
</listitem>
</varlistentry>
</variablelist>