aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-08-01 18:51:07 +0200
committerGuido Günther <agx@sigxcpu.org>2016-08-01 18:51:30 +0200
commite2671b9b64858d78ab83ba7d0857755147a6703c (patch)
tree7635339b20810c4715b16a27e94365b601e36fa9 /docs
parent68940fb2055b350f4a07b9eec96367a85d78a1e3 (diff)
docs: fix --postclone and --hooks options of git-clone
Thanks: IOhannes m zmoelnig
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-clone.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manpages/gbp-clone.sgml b/docs/manpages/gbp-clone.sgml
index c9f51a9e..7841a958 100644
--- a/docs/manpages/gbp-clone.sgml
+++ b/docs/manpages/gbp-clone.sgml
@@ -28,8 +28,8 @@
<arg><option>--upstream-branch=</option><replaceable>branch_name</replaceable></arg>
<arg><option>--depth=</option><replaceable>depth</replaceable></arg>
<arg><option>--reference=</option><replaceable>repository</replaceable></arg>
- <arg><option>--git-postclone=</option><replaceable>COMMAND</replaceable></arg>
- <arg><option>--git-[no-]hooks</option></arg>
+ <arg><option>--postclone=</option><replaceable>COMMAND</replaceable></arg>
+ <arg><option>--[no-]hooks</option></arg>
<arg choice="plain"><replaceable>repository</replaceable></arg>
<arg><replaceable>directory</replaceable></arg>
</cmdsynopsis>
@@ -97,7 +97,7 @@
</variablelist>
<variablelist>
<varlistentry>
- <term><option>--git-[no-]hooks</option></term>
+ <term><option>--[no-]hooks</option></term>
<listitem>
<para>
Enable running hooks.
@@ -107,7 +107,7 @@
</variablelist>
<variablelist>
<varlistentry>
- <term><option>--git-postclone=</option><replaceable>COMMAND</replaceable></term>
+ <term><option>--postclone=</option><replaceable>COMMAND</replaceable></term>
<listitem>
<para>
Execute <replaceable>COMMAND</replaceable> after cloning the source