From 71cbec25d9148504efef954769ad114814ed916a Mon Sep 17 00:00:00 2001 From: ablohowiak-fanhattan Date: Thu, 31 Jan 2013 11:01:35 -0800 Subject: [PATCH] grammar/typo fix --- source/reference/mongorestore.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/mongorestore.txt b/source/reference/mongorestore.txt index 946b6f90059..b92d8b31154 100644 --- a/source/reference/mongorestore.txt +++ b/source/reference/mongorestore.txt @@ -14,7 +14,7 @@ dump, created by :program:`mongodump` into a specific database. :program:`mongorestore` can import content to an existing database or create a new one. -:program:`mongorestore`, and only performs inserts into the existing +:program:`mongorestore` only performs inserts into the existing database, and does not perform updates or :term:`upserts `. If existing data with the same ``_id`` already exists on the target database, :program:`mongorestore` will *not* replace it.