Skip to content

Commit 0624456

Browse files
committed
update indentation
1 parent eccd4a2 commit 0624456

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

articles/cosmos-db/mongodb/vcore/how-to-migrate-native-tools.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,7 @@ Migrate a collection from the source MongoDB instance to the target Azure Cosmos
162162
<dump-directory>/<database-name>/<collection-name>.bson
163163
```
164164
> [!NOTE]
165-
> You can also restore a specific collection or collections from the <dump-directory>/ directory. For example, the following operation restores a single collection from corresponding data files in the <dump-directory>/ directory:
166-
>
167-
> ```bash
168-
> mongorestore \
169-
> --nsInclude=test.purchaseorders <dump-directory>/
170-
> ```
165+
> You can also restore a specific collection or collections from the dump-directory /directory. For example, the following operation restores a single collection from corresponding data files in the dump-directory / directory. ``` mongorestore --nsInclude=test.purchaseorders <dump-directory>/ ```
171166

172167
1. Monitor the terminal output from *mongoimport*. The output prints lines of text to the terminal with updates on the restore operation's status.
173168

0 commit comments

Comments
 (0)