1
0
mirror of https://github.com/beego/bee.git synced 2025-08-04 09:05:32 +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) { func Help(args []string) {
if len(args) == 0 { if len(args) == 0 {
Usage() Usage()
return
} }
if len(args) != 1 { if len(args) != 1 {
utils.PrintErrorAndExit("Too many arguments", ErrorTemplate) utils.PrintErrorAndExit("Too many arguments", ErrorTemplate)