chiark / gitweb /
Manpage said that --clean=check was -wn but that is --clean=none; correctly document...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 20 Jul 2015 12:04:57 +0000 (13:04 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 20 Jul 2015 12:04:57 +0000 (13:04 +0100)
debian/changelog
dgit.1

index 0ce868d06c828eb6d66248985abc35889ef136dd..79061e42db8ae1f23e680f3b5ea4efee96bbdb0e 100644 (file)
@@ -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 ebba8b656cb15939209a731589afc388d9d8f9e9..ed83316179ebe39238551f0709a184b927c56b48 100644 (file)
--- 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