Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/program/mongo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Description
:binary:`~bin.mongo` is an interactive JavaScript shell interface to
MongoDB, which provides a powerful interface for system
administrators as well as a way for developers to test queries and
operations directly with the database. :binary:`~bin.mongo` also provides
operations directly with the database. :program:`mongo` also provides
a fully functional JavaScript environment for use with a MongoDB.

.. include:: /includes/fact-download-mongo-shell.rst
Expand All @@ -51,7 +51,7 @@ Syntax

mongo

- You can run :binary:`~bin.mongo` shell with a :doc:`connection string
- You can run :program:`mongo` shell with a :doc:`connection string
</reference/connection-string>` that specifies the host and port and
other connection options. For example, the following includes the
:urioption:`tls`:
Expand Down