Skip to content

Commit

Permalink
[doc] Modify the wrong parameters of flink action in the document (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
herefree authored and harveyyue committed Feb 22, 2024
1 parent 31fd163 commit 776bf7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/maintenance/manage-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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> \
Expand Down Expand Up @@ -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> \
Expand Down

0 comments on commit 776bf7c

Please sign in to comment.