Skip to content

Commit 039da90

Browse files
DOCSP-11880 update the flag description of --out (#220)
* DOCSP-11880 update the flag description of --out DOCSP-11880 self-review * Apply suggestions from code review Co-authored-by: jwilliams-mongo <[email protected]> * DOCSP-11880 updates for copy review feedback Co-authored-by: jwilliams-mongo <[email protected]>
1 parent 611a3a9 commit 039da90

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

source/reference/atlas/logs-download.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Syntax
2929
[ --start <start-date> ]
3030
[ --end <end-date> ]
3131
[ --out <file-destination>]
32-
[ --output|-o <output-format> ]
3332
[ --profile|-P <profile-name> ]
3433
[ --projectId <id-of-project> ]
3534

@@ -86,15 +85,18 @@ Options
8685
|service| project.
8786
- yes
8887

89-
* - ``--out``, ``-o``
88+
* - ``--out``
9089
- string
91-
- Output filename or path to filename. If omitted, logs are
92-
downloaded to your current directory as ``<log-name>.gz``.
93-
- no
90+
- Output filename or path to filename. Value must be in the
91+
following format:
92+
93+
.. code-block:: text
94+
:copyable: false
95+
96+
<file-name>.<extension>.gz
9497

95-
* - ``--output``, ``-o``
96-
- string
97-
- .. include:: /includes/extracts/fact-basic-options-output.rst
98+
If omitted, {+mcli+} downloads logs to your current directory as
99+
``<log-name>.log.gz``.
98100
- no
99101

100102
* - ``--profile``, ``-P``

0 commit comments

Comments
 (0)