From a80f25d54f1f3da5f348a37028adf16be7ca942f Mon Sep 17 00:00:00 2001 From: Spencer Brody Date: Tue, 14 Aug 2012 12:49:38 -0300 Subject: [PATCH] mongodump dumps index definitions, not index data --- source/release-notes/2.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/2.2.txt b/source/release-notes/2.2.txt index c5e28c07708..7064f3a8c6d 100644 --- a/source/release-notes/2.2.txt +++ b/source/release-notes/2.2.txt @@ -296,7 +296,7 @@ MongoDB. See :issue:`SERVER-3844` for more information. Tool Improvements ~~~~~~~~~~~~~~~~~ -``mongodump`` Includes Indexes in Output with ``--collection`` Option +``mongodump`` Includes Index Definitions in Output with ``--collection`` Option ````````````````````````````````````````````````````````````````````` :issue:`SERVER-808`