summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/parse.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parse.c b/src/parse.c
index 65087a0..96f03dd 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -608,6 +608,11 @@ static int skip_paths(struct parser_state *state) {
}
}
+ if (state->excluding) {
+ parse_warning(state, "This path will not be excluded. Use a test like ${blu}-name${rs} or ${blu}-path${rs}\n");
+ bfs_warning(state->ctx, "within ${red}-exclude${rs} to exclude matching files.\n\n");
+ }
+
if (parse_root(state, arg) != 0) {
return -1;
}