This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new ac411daa2 [ISSUE #7183] Correct mismatched commandDesc (#7184)
ac411daa2 is described below
commit ac411daa27117e9115a8fc5e2d5753085f009ed9
Author: yx9o <[email protected]>
AuthorDate: Tue Aug 15 08:31:00 2023 +0800
[ISSUE #7183] Correct mismatched commandDesc (#7184)
---
.../rocketmq/tools/command/topic/RemappingStaticTopicSubCommand.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tools/src/main/java/org/apache/rocketmq/tools/command/topic/RemappingStaticTopicSubCommand.java
b/tools/src/main/java/org/apache/rocketmq/tools/command/topic/RemappingStaticTopicSubCommand.java
index 849f680d0..2a08fdb5b 100644
---
a/tools/src/main/java/org/apache/rocketmq/tools/command/topic/RemappingStaticTopicSubCommand.java
+++
b/tools/src/main/java/org/apache/rocketmq/tools/command/topic/RemappingStaticTopicSubCommand.java
@@ -47,7 +47,7 @@ public class RemappingStaticTopicSubCommand implements
SubCommand {
@Override
public String commandDesc() {
- return "Update or create static topic, which has fixed number of
queues";
+ return "Remapping static topic.";
}
@Override