We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e174e4c commit a2a5662Copy full SHA for a2a5662
source/reference/command/clone.txt
@@ -69,4 +69,4 @@ issue the :method:`db.runCommand()`.
69
.. code-block:: javascript
70
71
use marketing
72
- db.runCommand( "db1.example.net:27017")
+ db.runCommand( { clone: "db1.example.net:27017" })
0 commit comments