add more help message

fix https://github.com/chrislusf/seaweedfs/issues/1816
This commit is contained in:
Chris Lu
2021-02-18 10:34:46 -08:00
parent f23f34d85d
commit 816ef0ed30

View File

@@ -92,7 +92,7 @@ func processEachCmd(reg *regexp.Regexp, cmd string, commandEnv *CommandEnv) bool
func printGenericHelp() { func printGenericHelp() {
msg := msg :=
`Type: "help <command>" for help on <command> `Type: "help <command>" for help on <command>. Most commands support "<command> -h" also for options.
` `
fmt.Print(msg) fmt.Print(msg)