Skip to content

Commit

Permalink
[doc] Use underscore instead of hyphen for rollback_to in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
liming30 committed Jan 19, 2024
1 parent f67a432 commit 8f0cea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/maintenance/manage-snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Run the following command:
```bash
<FLINK_HOME>/bin/flink run \
/path/to/paimon-flink-action-{{< version >}}.jar \
rollback-to \
rollback_to \
--warehouse <warehouse-path> \
--database <database-name> \
--table <table-name> \
Expand Down
2 changes: 1 addition & 1 deletion docs/content/maintenance/manage-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Run the following command:
```bash
<FLINK_HOME>/bin/flink run \
/path/to/paimon-flink-action-{{< version >}}.jar \
rollback-to \
rollback_to \
--warehouse <warehouse-path> \
--database <database-name> \
--table <table-name> \
Expand Down

0 comments on commit 8f0cea1

Please sign in to comment.