diff options
author | Richard Kreuter <richard@10gen.com> | 2011-03-17 14:56:03 -0400 |
---|---|---|
committer | Richard Kreuter <richard@10gen.com> | 2011-03-17 14:57:23 -0400 |
commit | 72f549af6331ebee34ae70d97a7f8e52298470d3 (patch) | |
tree | 04bd38613e966bf40d876de89bc622b0f5015117 /debian/mongo.1 | |
parent | d3a9fe9ae236b7b3013533453c0b33fd94051bb6 (diff) | |
download | mongo-72f549af6331ebee34ae70d97a7f8e52298470d3.tar.gz |
Man page updates, pakager.py fixes, maybe SERVER-1968
* packager.py had a bug that left the man pages out of the .deb
packages.
Diffstat (limited to 'debian/mongo.1')
-rw-r--r-- | debian/mongo.1 | 24 |
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" |