mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add more help message
fix https://github.com/chrislusf/seaweedfs/issues/1816
This commit is contained in:
parent
f23f34d85d
commit
816ef0ed30
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue