Skip to content

Commit be24b9f

Browse files
author
Sam Kleinman
committed
DOCS-746 edits
1 parent 499d218 commit be24b9f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

source/reference/mongofiles.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ All :program:`mongofiles` commands take arguments in three groups:
2525
3. A file name representing either the name of a file on your system's
2626
file system, a GridFS object.
2727

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.
3332

3433
.. note::
3534

@@ -216,7 +215,7 @@ To return a list of all files in a :term:`GridFS` collection in the
216215
This :program:`mongofiles` instance will connect to the
217216
:program:`mongod` instance running on the ``27017`` localhost
218217
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:
220219

221220
.. code-block:: sh
222221

@@ -228,7 +227,7 @@ Modify any of the following commands as needed if you're connecting
228227
the :program:`mongod` instances on different ports or hosts.
229228

230229
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:
232231

233232
.. code-block:: sh
234233

0 commit comments

Comments
 (0)