From 84de9ec875b997dbcae4308d21b70300a898a5c0 Mon Sep 17 00:00:00 2001 From: "Tim Slavin (MongoDB)" Date: Tue, 3 Jun 2014 16:28:49 -0400 Subject: [PATCH] DOCS-3336: added details about db, host, port options --- source/includes/options-mongo.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/includes/options-mongo.yaml b/source/includes/options-mongo.yaml index 226be1b62f0..b2156141410 100644 --- a/source/includes/options-mongo.yaml +++ b/source/includes/options-mongo.yaml @@ -145,6 +145,11 @@ description: | mongo mongodb1.example.net mongo mongodb1/admin mongo 10.8.8.10/test + + This syntax is the *only* way to connect to a specific database. + + To specify alternate hosts and a database, you must use this syntax and cannot + use :option:`--host` or :option:`--port`. optional: true --- program: mongo