diff --git a/aider/commands.py b/aider/commands.py index 7c4671c36..35270aa79 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -567,7 +567,7 @@ class Commands: fname = Path(self.coder.root) / word if self.coder.repo and self.coder.repo.ignored_file(fname): - self.io.tool_error(f"Skipping {fname} that matches aiderignore spec.") + self.io.tool_error(f"Skipping {fname} due to aiderignore or --subtree-only.") continue if fname.exists():