diff --git a/source/reference/api/start.txt b/source/reference/api/start.txt index 29a4a4996..2708ade7a 100644 --- a/source/reference/api/start.txt +++ b/source/reference/api/start.txt @@ -192,6 +192,11 @@ Sharding Parameters To sync from a replica set to a sharded cluster, set the ``sharding`` option to shard collections on the destination cluster. +``mongosync`` throws an error if the ``sharding`` option is not set when +syncing from a replica set to a sharded cluster. ``mongosync`` also +throws an error if the ``sharding`` option is set with any other +configuration. + The ``sharding`` option has the following parameters: .. list-table:: @@ -240,11 +245,6 @@ The ``sharding`` option has the following parameters: For more information, see :ref:`shard-key`. -``mongosync`` throws an error if the ``sharding`` option is not set when -syncing from a replica set to a sharded cluster. ``mongosync`` also -throws an error if the ``sharding`` option is set with any other -configuration. - Response --------