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 bb8c1f8 commit 352eedeCopy full SHA for 352eede
source/includes/options-mongorestore.yaml
@@ -369,7 +369,7 @@ optional: true
369
program: mongorestore
370
name: archive
371
directive: option
372
-args: <file or null>
+args: <=file|null>
373
description: |
374
.. versionadded:: 3.2
375
@@ -379,7 +379,7 @@ description: |
379
option and the archive filename.
380
381
To restore from the standard input, run {{program}} with the
382
- ``archive`` option but *omit* the filename.
+ ``--archive`` option but *omit* the filename.
383
384
.. note::
385
0 commit comments