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`