summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-12-19 09:13:11 +0000
committerSean Whitton <spwhitton@spwhitton.name>2016-12-19 09:13:11 +0000
commitb803e131e26528e3c022bf0a2cf0860d25b8f75f (patch)
tree63a4e8791c0c33bd4d5b40fb0de637b77decc3d8
parent61ac8a0423590007cf3c213f51d188266a16921b (diff)
dgit-maint-merge(7): Missing -o
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--dgit-maint-merge.7.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit-maint-merge.7.pod b/dgit-maint-merge.7.pod
index 8794d1d..240673a 100644
--- a/dgit-maint-merge.7.pod
+++ b/dgit-maint-merge.7.pod
@@ -261,7 +261,7 @@ Once you're satisfied with what will be merged, update your package:
=over 4
- % git archive ../foo_1.2.3.orig.tar.xz 1.2.3
+ % git archive -o ../foo_1.2.3.orig.tar.xz 1.2.3
% git merge 1.2.3
% dch -v1.2.3-1 New upstream release.
% git add debian/changelog && git commit -m changelog