in the document I saw the example
pt-table-sync --execute --replicate test.checksum [COLOR=#4070A0][B][/B] --sync-to-master slave1
and in the follow description, the documentation said
Be careful though: although this option specifies and syncs a single slave, if there are other slaves on the same master, they will receive via replication the changes intended for the slave that you’re trying to sync.
so I want to know, whether add the option or not, all the slave will be sync ?
does sync only one slave can be done with the --sync-to-master option?