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

pull/607/head
Jean du Plessis 2025-07-02 12:10:58 +02:00 committed by GitHub
parent caf465a9da
commit 242b886434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 |
---