summaryrefslogtreecommitdiff
path: root/dgit-maint-gbp.7.pod
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-29 15:00:43 +0800
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-29 11:03:55 +0100
commitae5abf2bbeb2a0f199c684a348eeb2eb0515c266 (patch)
tree4edf50a8e9829babd225015435ce3dbf0483f689 /dgit-maint-gbp.7.pod
parentbef54891946966b28f4911da0f50c808a3606ce8 (diff)
dgit-maint-gbp(7): update references to --*-dirty
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'dgit-maint-gbp.7.pod')
-rw-r--r--dgit-maint-gbp.7.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/dgit-maint-gbp.7.pod b/dgit-maint-gbp.7.pod
index e6f6863..b8abd66 100644
--- a/dgit-maint-gbp.7.pod
+++ b/dgit-maint-gbp.7.pod
@@ -55,15 +55,15 @@ branch, never the dgit patches-applied branch.
=head1 BUILDING
-You can perform builds like this:
+You can perform test builds like this:
=over 4
- % dgit [--allow-dirty] gbp-build [OPTIONS]
+ % dgit [--include-dirty] gbp-build [OPTIONS]
=back
-where I<--allow-dirty> is needed for testing uncommitted changes, and
+where I<--include-dirty> is needed for testing uncommitted changes, and
I<OPTIONS> are any further options to be passed on to
gbp-buildpackage(1).