From 9ad67a0bcd496c5ee37416dbfd282b1514f611f8 Mon Sep 17 00:00:00 2001 From: nanjiangwill Date: Thu, 26 Sep 2024 12:43:39 -0400 Subject: [PATCH] edit branch help info --- agent/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/cli.py b/agent/cli.py index 18d8d81..905191b 100644 --- a/agent/cli.py +++ b/agent/cli.py @@ -164,7 +164,7 @@ def config( def run( branch: str = typer.Argument( ..., - help="Branch name of current run", + help="Branch for the agent to commit changes", ), override_previous_changes: bool = typer.Option( False,