Skip to content

Commit 2048c58

Browse files
DOCSP-10876 fix for minor inconsistencies (#118)
* DOCSP-10876 fix for minor inconsistencies
1 parent 058fcc7 commit 2048c58

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

source/reference/atlas/cluster-create.txt

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Syntax
2929
.. code-block:: sh
3030

3131
mongocli atlas cluster create <cluster-name>
32-
[ --backup true|false ]
32+
[ --backup ]
3333
[ --tier <cluster-tier> ]
3434
[ --diskSizeGB <size-of-disk> ]
3535
[ --file|-f <path-to-cluster-config-file> ]
36-
[ --mdbVersion <mogodb-version>]
36+
[ --mdbVersion <mongodb-version> ]
3737
[ --members|-m <number-of-members> ]
3838
[ --projectId <project-ID> ]
3939
[ --profile|-P <profile-name> ]
@@ -57,18 +57,12 @@ Options
5757
- Required?
5858

5959
* - ``--backup``
60-
- boolean
61-
- Flag to enable or disable
62-
:atlas:`backup </backup-cluster>` on ``M10`` and
63-
larger clusters. This option is not available
64-
for clusters smaller than ``M10``. Value can be:
65-
66-
- ``true`` to enable |service| :atlas:`cloud provider
67-
snapshots </backup/cloud-provider-snapshots>`
68-
- ``false`` to disable |service| :atlas:`cloud provider
69-
snapshots </backup/cloud-provider-snapshots>`
70-
71-
If omitted, defaults to ``false``.
60+
-
61+
- Flag to enable :atlas:`backup </backup-cluster>` on
62+
``M10`` and larger clusters. This option is not available
63+
for clusters smaller than ``M10``. If omitted, :atlas:`cloud
64+
provider snapshots </backup/cloud-provider-snapshots>` is
65+
disabled.
7266
- no
7367

7468
* - ``<cluster-name>``

0 commit comments

Comments
 (0)