From: Ian Jackson Date: Mon, 20 Jul 2015 12:04:57 +0000 (+0100) Subject: Manpage said that --clean=check was -wn but that is --clean=none; correctly document... X-Git-Tag: debian/1.1~75 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=742f49bbed09e5c08abf84f5a8b95821f302dfda Manpage said that --clean=check was -wn but that is --clean=none; correctly document that --clean=check is actually -wc. --- diff --git a/debian/changelog b/debian/changelog index 0ce868d0..79061e42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ dgit (1.1) unstable; urgency=low alioth aren't suitable right now because the master there can currently only be updated with an actual upload, ie dgit push.) * Fix a manpage typo. + * Manpage said that --clean=check was -wn but that is --clean=none; + correctly document that --clean=check is actually -wc. -- diff --git a/dgit.1 b/dgit.1 index ebba8b65..ed833161 100644 --- a/dgit.1 +++ b/dgit.1 @@ -278,7 +278,7 @@ This is like but it also removes any subdirectories containing different git trees (which only unusual packages are likely to create). .TP -.BR --clean=check " | " -wn +.BR --clean=check " | " -wc Merely check that the tree is clean (does not contain uncommitted files), before building a source package. .TP