From a98f6463f12fe0167347784b4af77d7458334915 Mon Sep 17 00:00:00 2001 From: AndrewCEmil Date: Wed, 14 Aug 2013 15:32:28 -0700 Subject: [PATCH] set hostname arg to host, hostname no longer works --- source/reference/program/mongo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/program/mongo.txt b/source/reference/program/mongo.txt index a2d77d98b1e..a6ab8ad0937 100644 --- a/source/reference/program/mongo.txt +++ b/source/reference/program/mongo.txt @@ -439,7 +439,7 @@ non-standard port, use the following form: .. code-block:: sh - mongo --username --password --hostname --port 28015 + mongo --username --password --host --port 28015 Alternatively, consider the following short form: