summaryrefslogtreecommitdiff
path: root/debian/mongoexport.1
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2011-03-17 14:56:03 -0400
committerRichard Kreuter <richard@10gen.com>2011-03-17 14:57:23 -0400
commit72f549af6331ebee34ae70d97a7f8e52298470d3 (patch)
tree04bd38613e966bf40d876de89bc622b0f5015117 /debian/mongoexport.1
parentd3a9fe9ae236b7b3013533453c0b33fd94051bb6 (diff)
downloadmongo-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/mongoexport.1')
-rw-r--r--debian/mongoexport.137
1 files changed, 29 insertions, 8 deletions
diff --git a/debian/mongoexport.1 b/debian/mongoexport.1
index 1996b36f31d..19640bad57d 100644
--- a/debian/mongoexport.1
+++ b/debian/mongoexport.1
@@ -1,4 +1,3 @@
-.\" Documentation for the MongoDB shell
.TH MONGOEXPORT "1" "June 2009" "10gen" "Mongo Database"
.SH "NAME"
mongoexport \- the Mongo export tool
@@ -19,32 +18,54 @@ export documents from test.test1 in CSV format
.B \-\-help
show usage information
.TP
+.B \-v, \-\-verbose
+be more verbose (include multiple times for more verbosity
+e.g. \-vvvvv)
+.TP
.B \-h, \-\-host HOST
server to connect to (default HOST=localhost)
.TP
+.B\-\-port arg
+server port. Can also use \-\-host hostname:port
+.TP
+.B \-\-ipv6
+enable IPv6 support (disabled by default)
+.TP
+.B \-u|\-\-username USERNAME
+specify user to log in as
+.TP
+.B \-p|\-\-password PASSWORD
+specify password of user
+.TP
+.B \-\-dbpath PATH
+directly access mongod data files in this path, instead of connecting to a mongod instance
+.TP
+.B \-\-directoryperdb
+if dbpath specified, each db is in a separate directory
+.TP
.B \-d, \-\-db DATABASE
database to use
.TP
.B \-c, \-\-c COLLECTION
collection to use
.TP
-.B \-q, \-\-query QUERY
-query filter
-.TP
.B \-f, \-\-fields FIELDS
comma\-separated list of field names
.TP
+.B \-\-fieldFile FILE
+file with fields names \- 1 per line
+.TP
+.B \-\-query
+JSON query filter
+.TP
.B \-\-csv
export to CSV instead of JSON
.TP
.B \-o, \-\-out FILE
output file, if not specified, stdout is used
-.TP
-.B \-\-dbpath PATH
-directly access mongod data files in this path, instead of connecting to a mongod instance
.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"