We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9288cf9 commit 808677fCopy full SHA for 808677f
source/reference/command/collMod.txt
@@ -15,10 +15,10 @@ collMod
15
16
.. code-block:: javascript
17
18
- db.runCommand( {"collMod" : [collection] , "[flag]" : [value] } )
+ db.runCommand( {"collMod" : <collection> , "<flag>" : <value> } )
19
20
- In this command substitute ``[collection]`` with the name of a
21
- collection in the current database, and ``[flag]`` and ``[value]``
+ In this command substitute ``<collection>`` with the name of a
+ collection in the current database, and ``<flag>`` and ``<value>``
22
with the flag and value you want to set.
23
24
.. index:: document; space allocation
0 commit comments