From 7f50e165b60c576d331b3d878ec54c13fd554fad Mon Sep 17 00:00:00 2001 From: Richard Kreuter Date: Mon, 17 May 2010 15:43:56 -0400 Subject: Fix typos in debian/mongo.1 for SERVER-1131 --- debian/mongo.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian') 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 -- cgit v1.2.1