You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/06 23:07:34 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #10485: Update command descriptions from old 'property/cluster/namespace' format to current 'tenant/namespace' format

merlimat commented on a change in pull request #10485:
URL: https://github.com/apache/pulsar/pull/10485#discussion_r627820123



##########
File path: pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdNonPersistentTopics.java
##########
@@ -53,7 +53,7 @@ private NonPersistentTopics getNonPersistentTopics() {
 
     @Parameters(commandDescription = "Lookup a topic from the current serving broker")
     private class Lookup extends CliCommand {
-        @Parameter(description = "non-persistent://property/cluster/namespace/topic", required = true)
+        @Parameter(description = "non-persistent://tenant/namespaces/topic", required = true)

Review comment:
       In all the repetitions, it should be:
   ```suggestion
           @Parameter(description = "non-persistent://tenant/namespace/topic", required = true)
   ```




-- 
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:
users@infra.apache.org