mirror of
https://github.com/beego/bee.git
synced 2024-11-23 11:50:55 +00:00
fix help message
This commit is contained in:
parent
734d77f60d
commit
6f2d624a32
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user