From d72eca08d4d28f7b7776c549ed263431d469ef8c Mon Sep 17 00:00:00 2001 From: Jess Rudder Date: Fri, 18 Oct 2024 11:09:01 -0700 Subject: [PATCH] Update cmd/list/list.go Co-authored-by: Sarah Vessels <82317+cheshire137@users.noreply.github.com> --- cmd/list/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,