summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-06-28 14:35:21 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-06-28 16:01:33 +0100
commit68b4931ea75f361a936121e3dd9e9ff34ff62f34 (patch)
tree9d32d697fb9191cc9df3fb52728eac4077b1f632 /dgit.1
parent18b63f8701d4adf9e778ae2f50e5bae028cab0ff (diff)
dgit(1): Correct --always-dep14tag
This was documented as --always-dep14tag but dgit only accepts --dep14tag-always. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit.1')
-rw-r--r--dgit.12
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit.1 b/dgit.1
index 682562c..9addd5a 100644
--- a/dgit.1
+++ b/dgit.1
@@ -992,7 +992,7 @@ Do not generate a DEP-14 tag, except in split quilt view mode.
the dgit tag will have the DEP-14 name.
This option does not prevent that.)
.TP
-.BI --dep14tag-always
+.BI --always-dep14tag
Insist on generating a DEP-14 tag
as well as a dgit tag.
If the server does not support that, dgit push will fail.