Skip to content

Commit 4dbe17d

Browse files
authored
fix: update description to lowercase for ACP command (to be consistent with other commands) (#5137)
1 parent f18776c commit 4dbe17d

File tree

1 file changed

+1
-1
lines changed
  • packages/opencode/src/cli/cmd

1 file changed

+1
-1
lines changed

packages/opencode/src/cli/cmd/acp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ process.on("unhandledRejection", (reason, promise) => {
1717

1818
export const AcpCommand = cmd({
1919
command: "acp",
20-
describe: "Start ACP (Agent Client Protocol) server",
20+
describe: "start ACP (Agent Client Protocol) server",
2121
builder: (yargs) => {
2222
return yargs
2323
.option("cwd", {

0 commit comments

Comments
 (0)