Browse Source

fix: Small typo in CLI `--model` flag description (#577)

Jean du Plessis 7 months ago
parent
commit
242b886434
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/web/src/content/docs/docs/cli.mdx

+ 1 - 1
packages/web/src/content/docs/docs/cli.mdx

@@ -41,7 +41,7 @@ opencode run Explain the use of context in Go
 | `--continue`          | `-c`  | Continue the last session |
 | `--continue`          | `-c`  | Continue the last session |
 | `--session`          | `-s`  | Session ID to continue |
 | `--session`          | `-s`  | Session ID to continue |
 | `--share`          |   | Share the session |
 | `--share`          |   | Share the session |
-| `--model`          | `-m`  | Mode to use in the form of provider/model |
+| `--model`          | `-m`  | Model to use in the form of provider/model |
 
 
 ---
 ---