This is an automated email from the ASF dual-hosted git repository.
liuyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new c6e95a40368 [fix] update namespace name in Get replication cluster CLI
example. (#602)
c6e95a40368 is described below
commit c6e95a40368fbbe3a48bb009d9f592c42c260179
Author: artiomi <[email protected]>
AuthorDate: Mon Jun 12 05:14:20 2023 +0300
[fix] update namespace name in Get replication cluster CLI example. (#602)
---
versioned_docs/version-3.0.x/admin-api-namespaces.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versioned_docs/version-3.0.x/admin-api-namespaces.md
b/versioned_docs/version-3.0.x/admin-api-namespaces.md
index a857fbc7bdc..37652ccd7e0 100644
--- a/versioned_docs/version-3.0.x/admin-api-namespaces.md
+++ b/versioned_docs/version-3.0.x/admin-api-namespaces.md
@@ -241,7 +241,7 @@ You can get the list of replication clusters for a given
namespace.
<TabItem value="pulsar-admin">
```shell
-pulsar-admin namespaces get-clusters test-tenant/cluster1/namespace1
+pulsar-admin namespaces get-clusters test-tenant/namespace1
```
Example output: