summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/mongo.18
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/mongo.1 b/debian/mongo.1
index 2eeb6747cd2..89f48816a65 100644
--- a/debian/mongo.1
+++ b/debian/mongo.1
@@ -17,16 +17,16 @@ If JavaScript files are specified on the command line, the shell will run non\-i
.B mongo
start the shell, connecting to the server at localhost:27017 and using the test database
.TP
-.B mongod foo
+.B mongo foo
start the shell using the foo database at localhost:27017
.TP
-.B mongod 192.169.0.5/foo
+.B mongo 192.169.0.5/foo
start the shell using the foo database at 192.169.0.5:27017
.TP
-.B mongod 192.169.0.5:9999/foo
+.B mongo 192.169.0.5:9999/foo
start the shell using the foo database at 192.169.0.5:9999
.TP
-.B mongod script1.js script2.js script3.js
+.B mongo script1.js script2.js script3.js
run three scripts and exit
.SH "OPTIONS"
.TP