Skip to content

Commit 856dfda

Browse files
lpcoxCopilot
andauthored
Update src/cli.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d0c98fc commit 856dfda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,9 +1369,9 @@ program
13691369
)
13701370
.option(
13711371
'--image-tag <tag>',
1372-
'Container image tag (applies to both squid and agent images)\n' +
1372+
'Container image tag (applies to squid, agent/agent-act, api-proxy, and cli-proxy when enabled)\n' +
13731373
' Optional digest metadata format:\n' +
1374-
' <tag>,squid=sha256:...,agent=sha256:...,api-proxy=sha256:...\n' +
1374+
' <tag>,squid=sha256:...,agent=sha256:...,agent-act=sha256:...,api-proxy=sha256:...,cli-proxy=sha256:...\n' +
13751375
' Image name varies by --agent-image preset:\n' +
13761376
' default → agent:<tag>\n' +
13771377
' act → agent-act:<tag>',

0 commit comments

Comments
 (0)