From: Ian Jackson Date: Fri, 28 Jun 2019 13:35:21 +0000 (+0100) Subject: dgit(1): Correct --always-dep14tag X-Git-Tag: archive/debian/9.0~101 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=68b4931ea75f361a936121e3dd9e9ff34ff62f34 dgit(1): Correct --always-dep14tag This was documented as --always-dep14tag but dgit only accepts --dep14tag-always. Signed-off-by: Ian Jackson --- diff --git a/dgit.1 b/dgit.1 index 682562ca..9addd5a1 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.