chiark / gitweb /
dgit-maint-merge(7): Missing -o
[dgit.git] / dgit-maint-merge.7.pod
index 8794d1d0539287fcb527ea4599ccfb622d9deabc..240673aebd86af8b90deb01fb847dd92521b17ae 100644 (file)
@@ -261,7 +261,7 @@ Once you're satisfied with what will be merged, update your package:
 
 =over 4
 
 
 =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
     % git merge 1.2.3
     % dch -v1.2.3-1 New upstream release.
     % git add debian/changelog && git commit -m changelog