Ver Fonte

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

Jean du Plessis há 7 meses atrás
pai
commit
242b886434
1 ficheiros alterados com 1 adições e 1 exclusões
  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 |
 | `--session`          | `-s`  | Session ID to continue |
 | `--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 |
 
 ---