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

This commit is contained in:
Jean du Plessis
2025-07-02 12:10:58 +02:00
committed by GitHub
parent caf465a9da
commit 242b886434

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