You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2021/08/04 05:09:46 UTC

[pulsar] branch master updated: fix required params to set-retention (#11319)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 292f9e0  fix required params to set-retention (#11319)
292f9e0 is described below

commit 292f9e0fcd2aeab04082d245b49de1fad172643c
Author: 魔幻之翼 <xf...@users.noreply.github.com>
AuthorDate: Wed Aug 4 13:08:14 2021 +0800

    fix required params to set-retention (#11319)
    
    Missing keyword namespaces,Result in failure to execute
---
 site2/docs/admin-api-namespaces.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/admin-api-namespaces.md b/site2/docs/admin-api-namespaces.md
index 3e0e9a5..8a2faeb 100644
--- a/site2/docs/admin-api-namespaces.md
+++ b/site2/docs/admin-api-namespaces.md
@@ -582,7 +582,7 @@ Each namespace contains multiple topics and the retention size (storage size) of
 <!--pulsar-admin-->
 
 ```
-$ pulsar-admin set-retention --size 100 --time 10 test-tenant/ns1
+$ pulsar-admin namespaces set-retention --size 100 --time 10 test-tenant/ns1
 ```
 
 ```