1
0
mirror of https://github.com/beego/bee.git synced 2025-07-14 18:21:02 +00:00

Merge pull request #759 from zyt312074545/fix/help_info

fix help message
This commit is contained in:
Ming Deng
2020-12-29 09:36:36 +08:00
committed by GitHub

View File

@ -90,6 +90,7 @@ func Usage() {
func Help(args []string) {
if len(args) == 0 {
Usage()
return
}
if len(args) != 1 {
utils.PrintErrorAndExit("Too many arguments", ErrorTemplate)