From 742f49bbed09e5c08abf84f5a8b95821f302dfda Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 20 Jul 2015 13:04:57 +0100 Subject: Manpage said that --clean=check was -wn but that is --clean=none; correctly document that --clean=check is actually -wc. --- debian/changelog | 2 ++ dgit.1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0ce868d..79061e4 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 ebba8b6..ed83316 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 -- cgit v1.2.3