Skip to content

Commit f7a2b28

Browse files
committed
fix reference to incorrect usage of collStats command
1 parent a3619ef commit f7a2b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/command/collStats.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ collStats
1111

1212
.. code-block:: javascript
1313

14-
{ collStats: "database.collection" , scale : 1024 }
14+
{ collStats: "collection" , scale : 1024 }
1515

16-
Specify a namespace ``database.collection`` and
16+
Specify the ``collection`` you want statistics for, and
1717
use the ``scale`` argument to scale the output. The above example
1818
will display values in kilobytes.
1919

0 commit comments

Comments
 (0)