summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.h
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2015-07-23 18:57:46 -0400
committerDavid Storch <david.storch@10gen.com>2015-07-23 19:51:04 -0400
commitffdb57ed20b4c359aefb85c4a4d9a235b9ceab25 (patch)
treeca33ec001e4f46e483032e07213565a3e6bab1f6 /src/mongo/db/cloner.h
parent455aa3de2fe23454b8acd2a6d4ae575f2bb1aa74 (diff)
downloadmongo-ffdb57ed20b4c359aefb85c4a4d9a235b9ceab25.tar.gz
SERVER-17544 remove $-prefixed find options from jstests and comments
Since the format for passing these options is different for the find command, these options should be specified using the DBQuery helpers.
Diffstat (limited to 'src/mongo/db/cloner.h')
-rw-r--r--src/mongo/db/cloner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/cloner.h b/src/mongo/db/cloner.h
index 86c184798c9..64f2a1477ed 100644
--- a/src/mongo/db/cloner.h
+++ b/src/mongo/db/cloner.h
@@ -97,7 +97,7 @@ private:
/**
* slaveOk - if true it is ok if the source of the data is !ismaster.
* useReplAuth - use the credentials we normally use as a replication slave for the cloning
- * snapshot - use $snapshot mode for copying collections. note this should not be used
+ * snapshot - use snapshot mode for copying collections. note this should not be used
* when it isn't required, as it will be slower. for example,
* repairDatabase need not use it.
*/