1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-01 08:12:02 +02:00

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() {
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)