summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-11-28 18:16:47 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-11-28 23:49:26 +0000
commitc5fa292f1f6b9517116c80d9bae313b7db4cedac (patch)
tree8623e4ac26c0cb4adab0cd87b5073fa64419b548 /dgit
parent5037e698814b11ea2cf7d7c74f4f41673efcf7ce (diff)
dgit(1): Fix reference to -wdn/-wddn in a message.
It's not -wdu/-wddu. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index e104838..c62d1cc 100755
--- a/dgit
+++ b/dgit
@@ -6222,7 +6222,7 @@ sub clean_tree_check_git_wd ($) {
(f_ <<END, $message);
%s
If this is just missing .gitignore entries, use a different clean
-mode, eg --clean=dpkg-source,no-check (-wdu/-wddu) to ignore them
+mode, eg --clean=dpkg-source,no-check (-wdn/-wddn) to ignore them
or --clean=git (-wg/-wgf) to use \`git clean' instead.
END
}