summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-08-03 20:30:32 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-08-03 20:30:32 +0100
commit0b8b421a0d2031170d71a8f74c7c1ae4b9bcc458 (patch)
tree1403890c4b8c230a68a98ecdbac6c07024a2ff1f
parentac221d67c7227d43ad69f8a9a291411d15cefd41 (diff)
Fix a manpage reference to `--dget=' where `--dgit=' was intended.
-rw-r--r--debian/changelog1
-rw-r--r--dgit.12
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 963eaa6..4e46196 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ dgit (0.22~experimental1) experimental; urgency=low
* Print better message for lack of configuration settings.
* Document that dgit rpush needs gnupg and your public key on the build
host. Closes:#736529.
+ * Fix a manpage reference to `--dget=' where `--dgit=' was intended.
Major new feature, currently stalled awaiting server infrastructure:
* dgit-repos-server: New program for receiving signed-tag-based
diff --git a/dgit.1 b/dgit.1
index de54068..1a6945a 100644
--- a/dgit.1
+++ b/dgit.1
@@ -295,7 +295,7 @@ this applies only when the program is invoked directly by dgit.
For dgit, specifies the command to run on the remote host when dgit
rpush needs to invoke a remote copy of itself. (dgit also reinvokes
itself as the EDITOR for dpkg-source --commit; this is done using
-argv[0], and is not affected by --dget=).
+argv[0], and is not affected by --dgit=).
For ssh, the default value is taken from the
.B DGIT_SSH