From f7a2b285c48c47ae73b8704a33d7ca1ed597aa65 Mon Sep 17 00:00:00 2001 From: Jason Rassi Date: Tue, 12 Feb 2013 19:02:47 -0500 Subject: [PATCH] fix reference to incorrect usage of collStats command --- source/reference/command/collStats.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/command/collStats.txt b/source/reference/command/collStats.txt index 8a5e62acffa..a5bef305aae 100644 --- a/source/reference/command/collStats.txt +++ b/source/reference/command/collStats.txt @@ -11,9 +11,9 @@ collStats .. code-block:: javascript - { collStats: "database.collection" , scale : 1024 } + { collStats: "collection" , scale : 1024 } - Specify a namespace ``database.collection`` and + Specify the ``collection`` you want statistics for, and use the ``scale`` argument to scale the output. The above example will display values in kilobytes.