This is an automated email from the ASF dual-hosted git repository.
urfree 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 a4f83544c99 fix pulsar-admin docs gen cli
a4f83544c99 is described below
commit a4f83544c998ecd8b6e9c52f5129771cc68ac715
Author: Li Li <[email protected]>
AuthorDate: Wed Aug 31 10:07:28 2022 +0800
fix pulsar-admin docs gen cli
Signed-off-by: Li Li <[email protected]>
---
site2/tools/pulsar-admin-doc-gen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/tools/pulsar-admin-doc-gen.sh
b/site2/tools/pulsar-admin-doc-gen.sh
index 783f8f806f6..9cfd3c51357 100755
--- a/site2/tools/pulsar-admin-doc-gen.sh
+++ b/site2/tools/pulsar-admin-doc-gen.sh
@@ -30,5 +30,5 @@ COMMANDS="broker-stats brokers bookies clusters functions
functions-worker names
for CMD in $COMMANDS
do
- $DOC_GEN generate $CMD > $DOCS_DIR/$CMD.md
+ $DOC_GEN $CMD > $DOCS_DIR/$CMD.md
done