Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 694c5f8

Browse files
Update commands/list.go
Co-authored-by: Jacob Howard <[email protected]>
1 parent 83fd2e5 commit 694c5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func newListCmd() *cobra.Command {
3232
}
3333

3434
if (backend == "openai" || openai) && quiet {
35-
return fmt.Errorf("--quiet flag cannot be used with --openai flag")
35+
return fmt.Errorf("--quiet flag cannot be used with --openai flag or OpenAI backend")
3636
}
3737

3838
// Validate API key for OpenAI backend

0 commit comments

Comments
 (0)