diff --git a/packages/opencode/src/cli/cmd/acp.ts b/packages/opencode/src/cli/cmd/acp.ts index 7d27f9416..38e4b921a 100644 --- a/packages/opencode/src/cli/cmd/acp.ts +++ b/packages/opencode/src/cli/cmd/acp.ts @@ -17,7 +17,7 @@ process.on("unhandledRejection", (reason, promise) => { export const AcpCommand = cmd({ command: "acp", - describe: "Start ACP (Agent Client Protocol) server", + describe: "start ACP (Agent Client Protocol) server", builder: (yargs) => { return yargs .option("cwd", {