weed -h subcommand list is not sorted, makes discovery difficult

fix https://github.com/chrislusf/seaweedfs/issues/2214
This commit is contained in:
Chris Lu
2021-07-23 18:44:53 -07:00
parent 10fc478557
commit 4cc2165061
2 changed files with 16 additions and 16 deletions

View File

@@ -8,15 +8,15 @@ import (
)
var Commands = []*Command{
cmdBenchmark,
cmdBackup,
cmdBenchmark,
cmdCompact,
cmdCopy,
cmdDownload,
cmdExport,
cmdFiler,
cmdFilerBackup,
cmdFilerCat,
cmdFilerCopy,
cmdFilerMetaBackup,
cmdFilerMetaTail,
cmdFilerReplicate,