summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-05-17 15:43:56 -0400
committerRichard Kreuter <richard@10gen.com>2010-05-17 15:44:26 -0400
commit7f50e165b60c576d331b3d878ec54c13fd554fad (patch)
tree5814953e404b20c29289683ad31b13d4f5a49eef /debian
parent002abac76787f5ff6cf1ca95b7f6116459be773c (diff)
downloadmongo-7f50e165b60c576d331b3d878ec54c13fd554fad.tar.gz
Fix typos in debian/mongo.1 for SERVER-1131
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