diff --git a/fermi.go b/fermi.go index 8fb2193..6029a06 100644 --- a/fermi.go +++ b/fermi.go @@ -144,7 +144,8 @@ func prettyPrintDist(dist Dist) { func printAndReturnErr(err_msg string) error { fmt.Println(err_msg) - fmt.Println(HELP_MSG) + // fmt.Println(HELP_MSG) + fmt.Println("Type \"help\" (without quotes) to see a pseudogrammar and examples") return errors.New(err_msg) }