Skip to content

Commit

Permalink
[doc] correct version typo in rollback related documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
liming30 committed Nov 30, 2023
1 parent f977afa commit 48e185c
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 @@ -243,7 +243,7 @@ Run the following command:
--warehouse <warehouse-path> \
--database <database-name> \
--table <table-name> \
--snapshot <snapshot-id> \
--version <snapshot-id> \
[--catalog-conf <paimon-catalog-conf> [--catalog-conf <paimon-catalog-conf> ...]]
```
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 @@ -207,7 +207,7 @@ Run the following command:
--warehouse <warehouse-path> \
--database <database-name> \
--table <table-name> \
--vesion <tag-name> \
--version <tag-name> \
[--catalog-conf <paimon-catalog-conf> [--catalog-conf <paimon-catalog-conf> ...]]
```
Expand Down

0 comments on commit 48e185c

Please sign in to comment.