diff options
author | Antonin Kral <a.kral@bobek.cz> | 2012-01-19 14:11:52 +0100 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2012-01-19 14:11:52 +0100 |
commit | 0be233910d42d5aab192f9c4ca502661d8439df6 (patch) | |
tree | 41f96df53b84d7ed413b102b0b3cd253160c6175 | |
parent | 897a0361d992c09710c3c772c2687f7a7815612e (diff) | |
download | mongodb-0be233910d42d5aab192f9c4ca502661d8439df6.tar.gz |
describe jsonArray option for mongoimport in manpage (Bug#656444)
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/manpages/mongoimport.1 | 3 |
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 |