summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAnchit Bajaj <[email protected]>2025-12-06 21:48:21 +0100
committerGitHub <[email protected]>2025-12-06 14:48:21 -0600
commit4dbe17d4f14d6fde7b899e96852d01e6a685c2c1 (patch)
treef0ddbb3a2b91ebb7255c75f17e4c74675bbd4d8a
parentf18776cb4945b8ef5e8dd1d4016cb348df241967 (diff)
downloadopencode-4dbe17d4f14d6fde7b899e96852d01e6a685c2c1.tar.gz
opencode-4dbe17d4f14d6fde7b899e96852d01e6a685c2c1.zip
fix: update description to lowercase for ACP command (to be consistent with other commands) (#5137)
-rw-r--r--packages/opencode/src/cli/cmd/acp.ts2
1 files changed, 1 insertions, 1 deletions
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", {