summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-06 11:59:59 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-06 21:28:07 +0100
commit07497abfd7bc78144279fbb87a6435aad18b9c0a (patch)
treea012053308039d7d233efaa717a0616a3839cc94
parentd51baf0412dd503a3c9ad66bf4a4bf845b6efb35 (diff)
dgit(1): Unscramble push and push-source descriptions
These got mixed up in a recent commit. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--dgit.16
1 files changed, 3 insertions, 3 deletions
diff --git a/dgit.1 b/dgit.1
index 73efbb0..67aa2fa 100644
--- a/dgit.1
+++ b/dgit.1
@@ -227,9 +227,6 @@ dgit push always uses the package, suite and version specified in the
debian/changelog and the .dsc, which must agree. If the command line
specifies a suite then that must match too.
-With \fB-C\fR, performs a dgit push, additionally ensuring that no
-binary packages are uploaded.
-
When used on a git-debrebase branch,
dgit calls git-debrebase
to prepare the branch
@@ -239,6 +236,9 @@ for source package upload and push.
Without \fB-C\fR, builds a source package and dgit pushes it. Saying
\fBdgit push-source\fR is like saying "update the source code in the
archive to match my git HEAD, and let the autobuilders do the rest."
+
+With \fB-C\fR, performs a dgit push, additionally ensuring that no
+binary packages are uploaded.
.TP
\fBdgit rpush\fR \fIbuild-host\fR\fB:\fR\fIbuild-dir\fR [\fIpush args...\fR]
Pushes the contents of the specified directory on a remote machine.