Skip to content

Commit

Permalink
Fix typos in debian/mongo.1 for SERVER-1131
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kreuter committed May 17, 2010
1 parent 002abac commit 7f50e16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions debian/mongo.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f50e16

Please sign in to comment.