summaryrefslogtreecommitdiff
path: root/debian/mongo.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mongo.1')
-rw-r--r--debian/mongo.124
1 files changed, 19 insertions, 5 deletions
diff --git a/debian/mongo.1 b/debian/mongo.1
index 89f48816a65..4f1b4bce130 100644
--- a/debian/mongo.1
+++ b/debian/mongo.1
@@ -1,4 +1,3 @@
-.\" Documentation for the MongoDB shell
.TH MONGO "1" "June 2009" "10gen" "Mongo Database"
.SH "NAME"
mongo \- the Mongo command\-line tool
@@ -48,14 +47,29 @@ do not connect to mongod
.B \-\-eval SCRIPT
evaluate JavaScript
.TP
-.B \-u USERNAME
+.B \-\-shell
+run the shell after executing files
+.TP
+.B \-\-quiet
+be less chatty
+.TP
+.B \-\-version
+show version information
+.TP
+.B \-\-verbose
+increase verbosity
+.TP
+.B \-\-ipv6
+enable IPv6 support (disabled by default)
+.TP
+.B \-u|\-\-username USERNAME
specify user to log in as
.TP
-.B \-pPASSWORD
-specify password of user (notice there is no space)
+.B \-p|\-\-password PASSWORD
+specify password of user
.SH "COPYRIGHT"
.PP
-Copyright 2007\-2009 10gen
+Copyright 2007\-2011 10gen
.SH "SEE ALSO"
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
.SH "AUTHOR"