aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weed/command/mq_agent.go2
-rw-r--r--weed/command/mq_broker.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/mq_agent.go b/weed/command/mq_agent.go
index ff4023e77..c6dd8a3dc 100644
--- a/weed/command/mq_agent.go
+++ b/weed/command/mq_agent.go
@@ -32,7 +32,7 @@ func init() {
var cmdMqAgent = &Command{
UsageLine: "mq.agent [-port=16777] [-broker=<ip:port>]",
- Short: "<WIP> start a message queue agent",
+ Short: "start a message queue agent",
Long: `start a message queue agent
The agent runs on local server to accept gRPC calls to write or read messages.
diff --git a/weed/command/mq_broker.go b/weed/command/mq_broker.go
index 5eb304204..777061d8e 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: "<WIP> start a message queue broker",
+ Short: "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.