From b181dc36f66dbd61f9e413c60360e71147395dcf Mon Sep 17 00:00:00 2001 From: Nick Geoghegan Date: Thu, 18 Apr 2013 14:50:01 +0200 Subject: [PATCH] Fixes readability Replaces "by connecting mongodump by connecting to a" and increases readability --- .../tutorial/backup-small-sharded-cluster-with-mongodump.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorial/backup-small-sharded-cluster-with-mongodump.txt b/source/tutorial/backup-small-sharded-cluster-with-mongodump.txt index ca0d0a12315..f106005fd54 100644 --- a/source/tutorial/backup-small-sharded-cluster-with-mongodump.txt +++ b/source/tutorial/backup-small-sharded-cluster-with-mongodump.txt @@ -37,8 +37,8 @@ Capture Data :program:`mongos`. This option is only available when running directly against a :term:`replica set` member. -To perform a backup of a :term:`sharded cluster` by connecting -:program:`mongodump` by connecting to a :program:`mongos`, use the +You can perform a backup of a :term:`sharded cluster` by connecting +:program:`mongodump` to a :program:`mongos`, by using the following operation at your system's prompt: .. code-block:: sh