From 0274c946a0737bb78a99a3acdab531435d0d84ca Mon Sep 17 00:00:00 2001 From: Deg Valentine Date: Thu, 24 May 2012 16:12:07 -0300 Subject: [PATCH] Fix typo in mongo.txt --- source/reference/mongo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/mongo.txt b/source/reference/mongo.txt index c2562e1229a..e5a72e2b380 100644 --- a/source/reference/mongo.txt +++ b/source/reference/mongo.txt @@ -143,13 +143,13 @@ non-standard port, use the following form: .. code-block:: sh - mogno --username --password --hostname --port 28015 + mongo --username --password --hostname --port 28015 Alternatively, consider the following short form: .. code-block:: sh - mogno -u -p --host --port 28015 + mongo -u -p --host --port 28015 Replace ````, ````, and ```` with the appropriate values for your situation and substitute or omit the :option:`--port`