Skip to content

Commit

Permalink
[ISSUE #7183] Correct mismatched commandDesc
Browse files Browse the repository at this point in the history
  • Loading branch information
yx9o committed Aug 14, 2023
1 parent 2500506 commit f40fe88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public String commandName() {

@Override
public String commandDesc() {
return "Update or create static topic, which has fixed number of queues";
return "Remapping static topic.";
}

@Override
Expand Down

0 comments on commit f40fe88

Please sign in to comment.