summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-09-04 12:25:28 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-09-04 12:38:28 +0100
commitb74307a33fece17eb948f66d633ce5e0a774edd6 (patch)
tree477421ed03d6f181fc78a3d163c797445e8f5c76 /dgit.1
parentd6ce5696754c895926e122ed9b4690703dcdb78a (diff)
dgit(1): Demote --dry-run and --damp-run
Code motion. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit.1')
-rw-r--r--dgit.122
1 files changed, 11 insertions, 11 deletions
diff --git a/dgit.1 b/dgit.1
index 9894517..2596b17 100644
--- a/dgit.1
+++ b/dgit.1
@@ -519,17 +519,6 @@ See ACCESS CONFIGURATION, below.
This function is primarily provided for the benefit of git-debrebase.
.SH OPTIONS
.TP
-.BR \-\-dry-run " | " \-n
-Go through the motions, fetching all information needed, but do not
-actually update the output(s). For push, dgit does
-the required checks and leaves the new .dsc in a temporary file,
-but does not sign, tag, push or upload.
-.TP
-.BR \-\-damp-run " | " \-L
-Go through many more of the motions: do everything that doesn't
-involve either signing things, or making changes on the public
-servers.
-.TP
.BI \-k keyid
Use
.I keyid
@@ -1324,6 +1313,17 @@ removed and recreated before dgit starts, rather than removed
after dgit finishes. The directory specified must be an absolute
pathname.
.TP
+.BR \-\-dry-run " | " \-n
+Go through the motions, fetching all information needed, but do not
+actually update the output(s). For push, dgit does
+the required checks and leaves the new .dsc in a temporary file,
+but does not sign, tag, push or upload.
+.TP
+.BR \-\-damp-run " | " \-L
+Go through many more of the motions: do everything that doesn't
+involve either signing things, or making changes on the public
+servers.
+.TP
.BI \-\-force- something
Instructs dgit to try to proceed despite detecting
what it thinks is going to be a fatal problem.