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/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bd1ad9  remove 'to delete' (#2418)
3bd1ad9 is described below

commit 3bd1ad9b999c3a9b307f856f9022049ca2166bad
Author: Yuto Furuta <mzq6mft...@gmail.com>
AuthorDate: Wed Aug 22 07:44:14 2018 +0900

    remove 'to delete' (#2418)
    
    ### Motivation
    
    https://pulsar.incubator.apache.org/docs/en/pulsar-admin/#get-1
    https://pulsar.incubator.apache.org/docs/en/pulsar-admin/#getstatus
    https://pulsar.incubator.apache.org/docs/en/pulsar-admin/#list-2
    
    All `to delete` in description of options of the above URLs are unnecessary.
    
    ### Modifications
    
    Remove `to delete`.
---
 site2/docs/reference-pulsar-admin.md                     | 16 ++++++++--------
 .../version-2.1.0-incubating/reference-pulsar-admin.md   | 16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/site2/docs/reference-pulsar-admin.md 
b/site2/docs/reference-pulsar-admin.md
index 51e5713..48fec1a 100644
--- a/site2/docs/reference-pulsar-admin.md
+++ b/site2/docs/reference-pulsar-admin.md
@@ -416,9 +416,9 @@ $ pulsar-admin functions get options
 Options
 |Flag|Description|Default|
 |---|---|---|
-|`--name`|The name of the function to delete||
-|`--namespace`|The namespace of the function to delete||
-|`--tenant`|The tenant of the function to delete||
+|`--name`|The name of the function||
+|`--namespace`|The namespace of the function||
+|`--tenant`|The tenant of the function||
 
 
 ### `getstatus`
@@ -432,9 +432,9 @@ $ pulsar-admin functions getstatus options
 Options
 |Flag|Description|Default|
 |---|---|---|
-|`--name`|The name of the function to delete||
-|`--namespace`|The namespace of the function to delete||
-|`--tenant`|The tenant of the function to delete||
+|`--name`|The name of the function||
+|`--namespace`|The namespace of the function||
+|`--tenant`|The tenant of the function||
 
 
 ### `list`
@@ -448,8 +448,8 @@ $ pulsar-admin functions list options
 Options
 |Flag|Description|Default|
 |---|---|---|
-|`--namespace`|The namespace of the function to delete||
-|`--tenant`|The tenant of the function to delete||
+|`--namespace`|The namespace of the function||
+|`--tenant`|The tenant of the function||
 
 
 ### `querystate`
diff --git 
a/site2/website/versioned_docs/version-2.1.0-incubating/reference-pulsar-admin.md
 
b/site2/website/versioned_docs/version-2.1.0-incubating/reference-pulsar-admin.md
index 43d3ef6..e1d2260 100644
--- 
a/site2/website/versioned_docs/version-2.1.0-incubating/reference-pulsar-admin.md
+++ 
b/site2/website/versioned_docs/version-2.1.0-incubating/reference-pulsar-admin.md
@@ -417,9 +417,9 @@ $ pulsar-admin functions get options
 Options
 |Flag|Description|Default|
 |---|---|---|
-|`--name`|The name of the function to delete||
-|`--namespace`|The namespace of the function to delete||
-|`--tenant`|The tenant of the function to delete||
+|`--name`|The name of the function||
+|`--namespace`|The namespace of the function||
+|`--tenant`|The tenant of the function||
 
 
 ### `getstatus`
@@ -433,9 +433,9 @@ $ pulsar-admin functions getstatus options
 Options
 |Flag|Description|Default|
 |---|---|---|
-|`--name`|The name of the function to delete||
-|`--namespace`|The namespace of the function to delete||
-|`--tenant`|The tenant of the function to delete||
+|`--name`|The name of the function||
+|`--namespace`|The namespace of the function||
+|`--tenant`|The tenant of the function||
 
 
 ### `list`
@@ -449,8 +449,8 @@ $ pulsar-admin functions list options
 Options
 |Flag|Description|Default|
 |---|---|---|
-|`--namespace`|The namespace of the function to delete||
-|`--tenant`|The tenant of the function to delete||
+|`--namespace`|The namespace of the function||
+|`--tenant`|The tenant of the function||
 
 
 ### `querystate`

Reply via email to