@@ -25,11 +25,10 @@ All :program:`mongofiles` commands take arguments in three groups:
25
25
3. A file name representing either the name of a file on your system's
26
26
file system, a GridFS object.
27
27
28
- :program:`mongofiles`, like :program:`mongodump`,
29
- :program::program:`mongoexport`, `mongoimport`, and
30
- :program::program:`mongorestore`, ccan access data stored in a MongoDB
31
- :program:data directory without requiring a running :program:`mongod`
32
- :program:instance, if no other :program:`mongod` is running.
28
+ :program:`mongofiles`, like :program:`mongodump`, :program:`mongoexport`,
29
+ :program:`mongoimport`, and :program:`mongorestore`, can access data
30
+ stored in a MongoDB data directory without requiring a running
31
+ :program:`mongod` instance, if no other :program:`mongod` is running.
33
32
34
33
.. note::
35
34
@@ -216,7 +215,7 @@ To return a list of all files in a :term:`GridFS` collection in the
216
215
This :program:`mongofiles` instance will connect to the
217
216
:program:`mongod` instance running on the ``27017`` localhost
218
217
interface to specify the same operation on a different port or
219
- hostname, issue a command that resembles one of the following:
218
+ hostname, and issue a command that resembles one of the following:
220
219
221
220
.. code-block:: sh
222
221
@@ -228,7 +227,7 @@ Modify any of the following commands as needed if you're connecting
228
227
the :program:`mongod` instances on different ports or hosts.
229
228
230
229
To upload a file named ``32-corinth.lp`` to the GridFS collection in
231
- the ``records`` database, use a command that resembles the following:
230
+ the ``records`` database, you can use the following command:
232
231
233
232
.. code-block:: sh
234
233
0 commit comments