From 53de9762184c38c0c44d7187ec0ff4f03d95a761 Mon Sep 17 00:00:00 2001 From: Nick Geoghegan Date: Thu, 18 Apr 2013 14:37:22 +0200 Subject: [PATCH] Corrects the dbpath --- source/tutorial/recover-data-following-unexpected-shutdown.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/recover-data-following-unexpected-shutdown.txt b/source/tutorial/recover-data-following-unexpected-shutdown.txt index 23dccb2f6eb..10d42dc5bdd 100644 --- a/source/tutorial/recover-data-following-unexpected-shutdown.txt +++ b/source/tutorial/recover-data-following-unexpected-shutdown.txt @@ -129,7 +129,7 @@ option to preserve the original data files unmodified: ``/data/db0`` directory. #. Start :program:`mongod` using the following invocation to point the - :setting:`dbpath` at ``/data/db2``: + :setting:`dbpath` at ``/data/db0``: .. code-block:: sh