summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-20 13:04:57 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-20 13:04:57 +0100
commit742f49bbed09e5c08abf84f5a8b95821f302dfda (patch)
tree7796b4a6400eee40f38cd2a678d4cad2114c7347 /dgit.1
parent0b6f44d83523b8fcfff46ecf716ebbbf6ada71f6 (diff)
Manpage said that --clean=check was -wn but that is --clean=none; correctly document that --clean=check is actually -wc.
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 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