docs: Update description of 'report' command

This commit is contained in:
Paul Gauthier 2024-09-04 10:08:08 -07:00 committed by Paul Gauthier (aider)
parent 5c6d4dbbf1
commit c5ac621da1

View file

@ -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())