This commit is contained in:
Paul Gauthier 2024-10-31 10:09:33 -07:00
parent e4913669d4
commit 6e4ccf8715
2 changed files with 3 additions and 3 deletions

View file

@ -499,7 +499,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
if args.analytics:
if analytics.need_to_ask():
io.tool_output(
"Aider respects your privacy and never collects your code, prompts, chats, keys or"
"Aider respects your privacy and never collects your code, chat messages, keys or"
" any personal info."
)
io.tool_output(f"For more info: {urls.analytics}")