summaryrefslogtreecommitdiff
path: root/debian/bsondump.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/bsondump.1')
-rw-r--r--debian/bsondump.128
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/bsondump.1 b/debian/bsondump.1
new file mode 100644
index 00000000000..268f5723fa0
--- /dev/null
+++ b/debian/bsondump.1
@@ -0,0 +1,28 @@
+.TH BSONDUMP "1" "March 2011" "10gen" "MongoDB Database"
+.SH NAME
+bsondump \- print BSON documents as JSON
+.SH DESCRIPTION
+usage: bsondump [options] <bson filename>
+options:
+.TP
+\fB\-\-help\fR
+produce help message
+.TP
+\fB\-v\fR [ \fB\-\-verbose\fR ]
+be more verbose (include multiple times for more
+verbosity e.g. \fB\-vvvvv\fR)
+.TP
+\fB\-\-objcheck\fR
+validate object before inserting
+.TP
+\fB\-\-filter\fR arg
+filter to apply before inserting
+.TP
+\fB\-\-type\fR arg (=json)
+type of output: json,debug
+.SH "COPYRIGHT"
+.PP
+Copyright 2011 10gen
+.SH "SEE ALSO"
+For more information, please refer to the MongoDB wiki, available at
+http://www.mongodb.org.