Skip to content

Commit

Permalink
DOCS-5178 missing hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-kim committed May 29, 2015
1 parent 6271768 commit e24884a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/reference/program/mongorestore.txt
Expand Up @@ -173,7 +173,7 @@ documents in the collection named ``people`` from the database named
``accounts``. :program:`mongorestore` restores data to the instance
running on the localhost interface on port ``27017``.

In the final example, :program:`mongorestore` restores a database
In the following example, :program:`mongorestore` restores a database
dump located at ``/opt/backup/mongodump-2011-10-24``, to a database
running on port ``37017`` on the host
``mongodb1.example.net``. The :program:`mongorestore` command authenticates to
Expand All @@ -189,4 +189,4 @@ through standard input, as in the following example:

.. code-block:: sh

zcat /opt/backup/mongodump-2014-12-03/accounts.people.bson.gz | mongorestore --collection people --db accounts
zcat /opt/backup/mongodump-2014-12-03/accounts.people.bson.gz | mongorestore --collection people --db accounts -

0 comments on commit e24884a

Please sign in to comment.