Skip to content

Commit dec8681

Browse files
committed
DOCS-200 objcheck option for mongorestore
1 parent 3b93bbe commit dec8681

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/reference/mongorestore.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,10 @@ Options
147147

148148
.. option:: --objcheck
149149

150-
Forces :program:`mongorestore` to validate every object before
151-
inserting it in the target database.
150+
Verifies each object as a valid :term:`BSON` object before inserting
151+
it into the target database. If the object is not a valid
152+
:term:`BSON` object, :program:`mongorestore` will not insert the
153+
object into the target database and stop processing.
152154

153155
.. option:: --filter '<JSON>'
154156

0 commit comments

Comments
 (0)