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
commit 88101ce7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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)