Skip to content

Commit 9696a08

Browse files
authored
fix readme (#98)
1 parent 3688bf8 commit 9696a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ If you just need to copy data once, and don't need continuous synchronization fo
120120
2. Run one-time data copy:
121121

122122
```bash
123-
mysql_ch_replicator --config config.yaml db_replicator --database mysql_db_name --initial_only=True
123+
mysql_ch_replicator --config config.yaml db_replicator --db mysql_db_name --initial_only=True
124124
```
125125
Where `mysql_db_name` is the name of the database you want to copy.
126126

0 commit comments

Comments
 (0)