DOCS-3443 - clarification re: user for db.copyDatabase() with --auth#1986
DOCS-3443 - clarification re: user for db.copyDatabase() with --auth#1986mpaik wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
shouldn't "be executed with" -> "specifying"
There was a problem hiding this comment.
? "db.copyDatabase() must specifying the credentials of a user present in the source"?
Maybe s/with/using/ or s/with/specifying/? Or is that what you meant to begin with?
There was a problem hiding this comment.
sorry, grammatical integration issue.
"you must specify the credentials to |copydb| of a user present in the source database."
"executed with" makes me think of the state at the call site rather than the arguments. to the function.
There was a problem hiding this comment.
Perhaps s/executed/called/ then? Otherwise your sentence seems fine with the prepositional phrases swapped - "you must specify the credentials of a user present in the source database [when calling] |copydb|." which keeps the 'of a user' more closely modifying 'credentials.' I know you love your second person replacements of passive clauses. =)
No description provided.