diff --git a/cmd/list/list.go b/cmd/list/list.go index 229f4e7..d82f74b 100644 --- a/cmd/list/list.go +++ b/cmd/list/list.go @@ -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,