Skip to content

Commit

Permalink
DOCS-12989: add = to the options for mongodb command line tools (mong…
Browse files Browse the repository at this point in the history
…odump)
  • Loading branch information
kay-kim committed Sep 30, 2019
1 parent 7ed30b3 commit 73342ac
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 72 deletions.
2 changes: 1 addition & 1 deletion source/includes/steps-change-standalone-wiredtiger.yaml
Expand Up @@ -8,7 +8,7 @@ ref: change-wt-standalone-export-data
action:
language: sh
code: |
mongodump --out <exportDataDestination>
mongodump --out=<exportDataDestination>
post: |
Specify additional options as appropriate, such as username and
password if running with authorization enabled. See
Expand Down
2 changes: 1 addition & 1 deletion source/includes/steps-clear-jumbo-flag.yaml
Expand Up @@ -14,7 +14,7 @@ pre: |
action:
language: none
code: |
mongodump --db config --port <config server port> --out <output file>
mongodump --db=config --port=<config server port> --out=<output file>
---
title: Connect to ``mongos``.
ref: connect-mongos
Expand Down

0 comments on commit 73342ac

Please sign in to comment.