mirror of
https://github.com/beego/bee.git
synced 2025-06-11 18:40:40 +00:00
fix help message
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user