Skip to content

Commit 3798d1c

Browse files
DOCS-15783 fix for Formatting issue in mongoexport page (#129)
1 parent c1cfaad commit 3798d1c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/mongoexport.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,10 +686,11 @@ Options
686686

687687
The following :binary:`~bin.mongoexport` uses the :option:`-q` option
688688
to export only the documents with the field ``a`` greater than or
689-
equal to (:query:`$gte`) to ``3`` and the field ``date`` less than
690-
``ISODate("2016-01-01T00:00:00Z")`` (using the :ref:`extended JSON v2
691-
format (relaxed mode) for dates { "$date":
692-
"YYYY-MM-DDTHH:mm:ss.mmm\<offset\>"} <extended-json-date>`):
689+
equal to (:query:`$gte`) ``3`` and the field ``date`` less than
690+
(:query:`$lt`) ``ISODate("2016-01-01T00:00:00Z")``, which is
691+
specified using the :ref:`extended JSON v2 format (relaxed mode) for
692+
dates <extended-json-date>` ( ``{ "$date":
693+
"YYYY-MM-DDTHH:mm:ss.mmm\<offset\>"}`` ):
693694

694695
.. code:: bash
695696

0 commit comments

Comments
 (0)