summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit3
1 files changed, 2 insertions, 1 deletions
diff --git a/dgit b/dgit
index 0e457c6..9b83159 100755
--- a/dgit
+++ b/dgit
@@ -6577,7 +6577,8 @@ sub clean_tree_check () {
} elsif ($cleanmode =~ m{^git}) {
clean_tree_check_git 1, __
"tree contains uncommited, untracked, unignored files\n".
- "You can use --clean=git[-ff],always (-wga/-wgfa) to delete them.", '';
+ "You can use --clean=git[-ff],always (-wga/-wgfa) to delete them.\n".
+ "To include them in the build, it is usually best to just commit them.", '';
} elsif ($cleanmode eq 'none') {
} else {
confess "$cleanmode ?";