mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 04:19:17 +08:00
add more help message
fix https://github.com/seaweedfs/seaweedfs/issues/6625
This commit is contained in:
parent
537b3a8618
commit
c45b8bd6ac
@ -154,6 +154,7 @@ func printHelp(cmds []string) {
|
||||
for _, c := range Commands {
|
||||
if strings.ToLower(c.Name()) == cmd {
|
||||
fmt.Printf(" %s\t# %s\n", c.Name(), c.Help())
|
||||
fmt.Printf("use \"%s -h\" for more details\n", c.Name())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user