summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2012-01-19 14:11:52 +0100
committerAntonin Kral <a.kral@bobek.cz>2012-01-19 14:11:52 +0100
commit0be233910d42d5aab192f9c4ca502661d8439df6 (patch)
tree41f96df53b84d7ed413b102b0b3cd253160c6175
parent897a0361d992c09710c3c772c2687f7a7815612e (diff)
downloadmongodb-0be233910d42d5aab192f9c4ca502661d8439df6.tar.gz
describe jsonArray option for mongoimport in manpage (Bug#656444)
-rw-r--r--debian/changelog6
-rw-r--r--debian/manpages/mongoimport.13
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d7135f3..8558e5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mongodb (1:2.0.2-3) unstable; urgency=low
+
+ * Describe jsonArray option for mongoimport in manpage (Closes: 656444)
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz> Thu, 19 Jan 2012 14:11:14 +0100
+
mongodb (1:2.0.2-2) unstable; urgency=low
* added logrotate for mongodb-server (Closes: #656065)
diff --git a/debian/manpages/mongoimport.1 b/debian/manpages/mongoimport.1
index a1d3751..b99408c 100644
--- a/debian/manpages/mongoimport.1
+++ b/debian/manpages/mongoimport.1
@@ -40,6 +40,9 @@ comma separated list of field names e.g. \fB\-f\fR name,age
.B \-\-fieldFile FILE
file with fields names \- 1 per line
.TP
+.B \-\-jsonArray
+load a json array, not one item per line. Currently limited to 4MB.
+.TP
.B \-\-ignoreBlanks
if given, empty fields in csv and tsv will be ignored
.TP