merlimat commented on a change in pull request #10485:
URL: https://github.com/apache/pulsar/pull/10485#discussion_r628518255
##########
File path:
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdNonPersistentTopics.java
##########
@@ -122,7 +122,7 @@ void run() throws Exception {
@Parameters(commandDescription = "Get list of non-persistent topics
present under a namespace")
private class GetList extends CliCommand {
- @Parameter(description = "property/cluster/namespace", required = true)
+ @Parameter(description = "tenant/namespaces", required = true)
Review comment:
Where there was the "namespace" only parts is still written in plural
form
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]