diff options
-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 |