From 6605f9c444c1e5697378610a0be084317a9198a9 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 31 Jul 2023 11:02:30 +0300 Subject: [PATCH] typos in 'commands_text' --- pr_agent/servers/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pr_agent/servers/help.py b/pr_agent/servers/help.py index 0631e8f6..e011bd0e 100644 --- a/pr_agent/servers/help.py +++ b/pr_agent/servers/help.py @@ -3,8 +3,8 @@ commands_text = "> **/review [-i]**: Request a review of your Pull Request. For "> **/describe**: Modify the PR title and description based on the contents of the PR.\n" \ "> **/improve**: Suggest improvements to the code in the PR. \n" \ "> **/ask \\**: Pose a question about the PR.\n\n" \ - "To edit any configuration parameter from 'configuration.toml', just add -config_path=. " \ - "For example: '/review --pr_reviewer.extra_instructions=\"focus on the file: ...\"'" \ + ">To edit any configuration parameter from 'configuration.toml', add --config_path=new_value\n" \ + ">For example: /review --pr_reviewer.extra_instructions=\"focus on the file: ...\" " \ def bot_help_text(user: str):