From 177780b0567e3068b40e9faa56a27ce7fd8b2e10 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Thu, 27 Jun 2013 18:14:37 -0400 Subject: [PATCH] Fix cloneCollection description cloneCollection copies from a remote mongod to the current instance. --- source/reference/command/cloneCollection.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/command/cloneCollection.txt b/source/reference/command/cloneCollection.txt index f0eb864a7ac..37ca7bd5cf6 100644 --- a/source/reference/command/cloneCollection.txt +++ b/source/reference/command/cloneCollection.txt @@ -9,8 +9,8 @@ Definition .. dbcommand:: cloneCollection - Copies a collection from the current :program:`mongod` instance to - a remote :program:`mongod` instance. :dbcommand:`cloneCollection` + Copies a collection from a remote :program:`mongod` instance to + the current :program:`mongod` instance. :dbcommand:`cloneCollection` takes the following form: .. code-block:: javascript