Преглед на файлове

fix `ollama create`'s usage string (#4362)

todashuta преди 11 месеца
родител
ревизия
8080fbce35
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      cmd/cmd.go

+ 1 - 1
cmd/cmd.go

@@ -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{