Skip to content

Commit fb6055e

Browse files
authored
tools: fix a binlog example (pingcap#386)
Via: pingcap/docs-cn#579
1 parent 14d2e32 commit fb6055e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tidb-binlog-kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ cd pb_reader-latest-linux-amd64
363363
The PbReader usage example
364364

365365
```bash
366-
./bin/pbReader -binlog-file=binlog-0000000000000000
366+
./bin/pbReader -binlog-file=${path}/binlog-0000000000000000
367367
```
368368

369369
## Monitor TiDB-Binlog

0 commit comments

Comments
 (0)