diff --git a/cmd/cmd.go b/cmd/cmd.go index 7814734a..fb10e53f 100644 --- a/cmd/cmd.go +++ b/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{