This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 84253f366 [doc] Modify the wrong parameters of flink action in the
document (#2869)
84253f366 is described below
commit 84253f366eb62264f83fc88a95157ce34bcc3c3b
Author: herefree <[email protected]>
AuthorDate: Thu Feb 22 10:03:59 2024 +0800
[doc] Modify the wrong parameters of flink action in the document (#2869)
---
docs/content/maintenance/manage-tags.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content/maintenance/manage-tags.md
b/docs/content/maintenance/manage-tags.md
index c5024c38d..b3532248a 100644
--- a/docs/content/maintenance/manage-tags.md
+++ b/docs/content/maintenance/manage-tags.md
@@ -103,7 +103,7 @@ You can create a tag with given name and snapshot ID.
```bash
<FLINK_HOME>/bin/flink run \
/path/to/paimon-flink-action-{{< version >}}.jar \
- create-tag \
+ create_tag \
--warehouse <warehouse-path> \
--database <database-name> \
--table <table-name> \
@@ -160,7 +160,7 @@ Run the following command:
```bash
<FLINK_HOME>/bin/flink run \
/path/to/paimon-flink-action-{{< version >}}.jar \
- delete-tag \
+ delete_tag \
--warehouse <warehouse-path> \
--database <database-name> \
--table <table-name> \