summaryrefslogtreecommitdiff
path: root/docs/chapters
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-03-22 18:14:33 +0100
committerGuido Günther <agx@sigxcpu.org>2013-03-22 18:34:01 +0100
commitfc9d019eb9af759c46a7a183d69e248275afe6bc (patch)
tree718a9db57828712f7c60478687c4c5266681dbf1 /docs/chapters
parenteb999f77c3cd4fa806eea54ae82e6b9079b207c8 (diff)
Purging of the build dir should be configurable via a config file
so introdice --git[-no]-purge which is consistent with the other boolean options and deprecate --git-dont-purge. Closes: #702200
Diffstat (limited to 'docs/chapters')
-rw-r--r--docs/chapters/building.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml
index 5005416..159f476 100644
--- a/docs/chapters/building.sgml
+++ b/docs/chapters/building.sgml
@@ -68,7 +68,7 @@ export-dir=../build-area
#export-dir=/home/debian-packages/build-area
</programlisting>
&git-buildpackage; will cleanup the build-area after a successful build. If
- you want to keep the build tree use <replaceable>--git-dont-purge</replaceable>.
+ you want to keep the build tree use <replaceable>--git-no-purge</replaceable>.
</para>
</sect1>
<sect1 id="gbp.building.hooks">