From c5ac621da1f53448e0afd2e95186b214a8039642 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 4 Sep 2024 10:08:08 -0700 Subject: [PATCH] docs: Update description of 'report' command --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 1e269f734..1afa67148 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -1136,7 +1136,7 @@ class Commands: self.io.tool_output(settings) def cmd_report(self, args): - "Report an issue to the aider GitHub repository" + "Report an problem by opening a GitHub Issue" from aider.report import report_github_issue announcements = "\n".join(self.coder.get_announcements())