Skip to content

Commit 352eede

Browse files
nlarewkay-kim
authored andcommitted
DOCS-10386: Corrected mongorestore --archive flag prototype
Signed-off-by: kay <[email protected]>
1 parent bb8c1f8 commit 352eede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/options-mongorestore.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ optional: true
369369
program: mongorestore
370370
name: archive
371371
directive: option
372-
args: <file or null>
372+
args: <=file|null>
373373
description: |
374374
.. versionadded:: 3.2
375375
@@ -379,7 +379,7 @@ description: |
379379
option and the archive filename.
380380
381381
To restore from the standard input, run {{program}} with the
382-
``archive`` option but *omit* the filename.
382+
``--archive`` option but *omit* the filename.
383383
384384
.. note::
385385

0 commit comments

Comments
 (0)