diff options
| author | chrislu <chris.lu@gmail.com> | 2022-07-30 09:36:27 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-07-30 09:36:27 -0700 |
| commit | 0423d5010636b19578c1384c5a9eb1f8bd864ec0 (patch) | |
| tree | fcae9821a2ae383af784a30412768939cdf2e0bd /weed/command/mq_broker.go | |
| parent | 0f50fcb96a49601d60620aa509332b0e86dac500 (diff) | |
| download | seaweedfs-0423d5010636b19578c1384c5a9eb1f8bd864ec0.tar.xz seaweedfs-0423d5010636b19578c1384c5a9eb1f8bd864ec0.zip | |
wip note
Diffstat (limited to 'weed/command/mq_broker.go')
| -rw-r--r-- | weed/command/mq_broker.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mq_broker.go b/weed/command/mq_broker.go index e4087ad2c..aa327cb15 100644 --- a/weed/command/mq_broker.go +++ b/weed/command/mq_broker.go @@ -43,7 +43,7 @@ func init() { var cmdMqBroker = &Command{ UsageLine: "mq.broker [-port=17777] [-master=<ip:port>]", - Short: "start a message queue broker", + Short: "<WIP> start a message queue broker", Long: `start a message queue broker The broker can accept gRPC calls to write or read messages. The messages are stored via filer. |
