From 4dbe17d4f14d6fde7b899e96852d01e6a685c2c1 Mon Sep 17 00:00:00 2001 From: Anchit Bajaj Date: Sat, 6 Dec 2025 21:48:21 +0100 Subject: [PATCH] fix: update description to lowercase for ACP command (to be consistent with other commands) (#5137) --- packages/opencode/src/cli/cmd/acp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {