summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--dgit.12
2 files changed, 3 insertions, 1 deletions
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