Skip to content

Commit 8080fbc

Browse files
authored
fix ollama create's usage string (ollama#4362)
1 parent ec14f6c commit 8080fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cmd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ func NewCLI() *cobra.Command {
10501050
RunE: CreateHandler,
10511051
}
10521052

1053-
createCmd.Flags().StringP("file", "f", "Modelfile", "Name of the Modelfile (default \"Modelfile\")")
1053+
createCmd.Flags().StringP("file", "f", "Modelfile", "Name of the Modelfile")
10541054
createCmd.Flags().StringP("quantize", "q", "", "Quantize model to this level (e.g. q4_0)")
10551055

10561056
showCmd := &cobra.Command{

0 commit comments

Comments
 (0)