diff options
| author | chrislu <chris.lu@gmail.com> | 2022-07-01 23:34:51 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-07-01 23:34:51 -0700 |
| commit | 857a42565ea167a59551ffe8bf9b6586573b3120 (patch) | |
| tree | d52ed460d9340b71a2baa59bf91194dee0db3234 /weed/command/command.go | |
| parent | ffc2c0a2ef3652159801faa568c12609f2702dbc (diff) | |
| download | seaweedfs-857a42565ea167a59551ffe8bf9b6586573b3120.tar.xz seaweedfs-857a42565ea167a59551ffe8bf9b6586573b3120.zip | |
cluster.ps can list brokers
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/command.go b/weed/command/command.go index abd1b63e9..512cd6f8f 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -28,12 +28,12 @@ var Commands = []*Command{ cmdFilerSynchronize, cmdFix, cmdFuse, + cmdIam, cmdMaster, cmdMasterFollower, cmdMount, - cmdS3, - cmdIam, cmdMqBroker, + cmdS3, cmdScaffold, cmdServer, cmdShell, |
