Description
We have documentation in 2 places about this command:
- http://docs.mongodb.org/manual/reference/command/replSetSyncFrom/ (github)
- http://docs.mongodb.org/manual/tutorial/configure-replica-set-secondary-sync-target/ (github)
Rather than having the same (or similar) information twice, I suggest:
- expand the tutorial with the info from the command reference
- remove any tutorial-related info from the command reference
- and the tutorial link to the command reference page.
Lastly also link to the tutorial from the helper:
http://docs.mongodb.org/manual/reference/method/rs.syncFrom/