Skip to content

Commit 8aa5f53

Browse files
authored
Fix wrong option for agent-task create (#57691)
1 parent 1942ee9 commit 8aa5f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You can use command line options to:
115115
* Provide the prompt (`gh agent-task create "Example prompt"`)
116116
* Choose a base branch, instead of using the repository's default branch (`--base`)
117117
* Select a repository, instead of targeting the current repository (`--repo`)
118-
* Follow the session log in real time (`--log --follow`)
118+
* Follow the session log in real time (`--follow`)
119119

120120

121121
To see all of the available options, run `gh agent-task create --help`.

0 commit comments

Comments
 (0)