Skip to content

Commit

Permalink
Update cmd/list/list.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Vessels <[email protected]>
  • Loading branch information
JessRudder and cheshire137 authored Oct 18, 2024
1 parent a4ff4ee commit d72eca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func NewListCommand(cfg *command.Config) *cobra.Command {
Long: heredoc.Docf(`
Returns a list of models that are available to use via the CLI.
Values from the "MODEL NAME" column can be used as the [model]
Values from the "MODEL NAME" column can be used as the %[1]s[model]%[1]s
argument in other commands.
`, "`"),
Args: cobra.NoArgs,
Expand Down

0 comments on commit d72eca0

Please sign in to comment.