Skip to content

Commit a2a5662

Browse files
committed
DOCS-11409: clone command missing in example
1 parent e174e4c commit a2a5662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/command/clone.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ issue the :method:`db.runCommand()`.
6969
.. code-block:: javascript
7070

7171
use marketing
72-
db.runCommand( "db1.example.net:27017")
72+
db.runCommand( { clone: "db1.example.net:27017" })

0 commit comments

Comments
 (0)