Skip to content

Commit

Permalink
Correct the order of bad-ssts and --data-dir (pingcap#11375) (pingcap…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Dec 6, 2022
1 parent 59678c1 commit 5e90de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tikv-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ Damaged SST files in TiKV might cause the TiKV process to panic. To clean up the
> Before running this command, stop the running TiKV instance.
```bash
$ tikv-ctl bad-ssts --data-dir </path/to/tikv> --pd <endpoint>
tikv-ctl --data-dir </path/to/tikv> bad-ssts --pd <endpoint>
```
```bash
Expand Down

0 comments on commit 5e90de5

Please sign in to comment.