File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -214,9 +214,8 @@ Options
214
214
215
215
.. versionadded:: 2.2
216
216
217
- Forces :program:`mongoimport` to cease operation following after
218
- encountering the first error rather than continuing to import
219
- despite errors.
217
+ Forces :program:`mongoimport` to stop importing at first error rather
218
+ than continuing to import despite errors.
220
219
221
220
.. option:: --jsonArray
222
221
Original file line number Diff line number Diff line change @@ -389,10 +389,11 @@ information:
389
389
Write Concern Support for ``mongoimport`` and ``mongorestore``
390
390
``````````````````````````````````````````````````````````````
391
391
392
- With the :option:`--stopOnError <mongoimport --stopOnError>`,
393
- :program:`mongoimport` provides support for :ref:`write concern
394
- <write-concern>`. Now if the import process encounters an error (e.g. network,
395
- write error, etc), :program:`mongoimport` will
392
+ :program:`mongoimport` now provides an option to stop import
393
+ if the import process encounters an error (e.g. network,
394
+ write error, etc).
395
+ The :option:`--stopOnError <mongoimport --stopOnError>` option
396
+ will
396
397
produce an error rather than silently continue importing data. See
397
398
:issue:`SERVER-3937` for more information.
398
399
You can’t perform that action at this time.
0 commit comments