fix ollama create's usage string (#4362)

This commit is contained in:
todashuta 2024-05-12 06:47:49 +09:00 committed by GitHub
parent ec14f6ceda
commit 8080fbce35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1050,7 +1050,7 @@ func NewCLI() *cobra.Command {
RunE: CreateHandler,
}
createCmd.Flags().StringP("file", "f", "Modelfile", "Name of the Modelfile (default \"Modelfile\")")
createCmd.Flags().StringP("file", "f", "Modelfile", "Name of the Modelfile")
createCmd.Flags().StringP("quantize", "q", "", "Quantize model to this level (e.g. q4_0)")
showCmd := &cobra.Command{