From e0e697ca1159916b0e1cfc55e5d3aa61a55a8349 Mon Sep 17 00:00:00 2001 From: ToM Date: Mon, 12 Aug 2024 12:39:44 +0200 Subject: [PATCH] docs: filtering: fix --include-from copypaste error --- docs/content/filtering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/filtering.md b/docs/content/filtering.md index c73e41f7b..0ede0eb38 100644 --- a/docs/content/filtering.md +++ b/docs/content/filtering.md @@ -465,10 +465,10 @@ flags with `--exclude`, `--exclude-from`, `--filter` or `--filter-from`, you must use include rules for all the files you want in the include statement. For more flexibility use the `--filter-from` flag. -`--exclude-from` has no effect when combined with `--files-from` or +`--include-from` has no effect when combined with `--files-from` or `--files-from-raw` flags. -`--exclude-from` followed by `-` reads filter rules from standard input. +`--include-from` followed by `-` reads filter rules from standard input. ### `--filter` - Add a file-filtering rule