docs icon indicating copy to clipboard operation
docs copied to clipboard

Change single quotes to double quotes

Open melkadze opened this issue 5 years ago • 2 comments

Single quotes in the --nsFrom and --nsTo parameters are NOT understood through the command line mongorestore tool, and prevent it from working as intended (instead of replacing test., it replaces 'test.') . Double quotes maintain the consistency of the similarly double-quoted command arguments, and allow this command to function normally.

melkadze avatar May 09 '20 02:05 melkadze

@melkadze What operating system do you use?

p-mongo avatar May 12 '20 03:05 p-mongo

@melkadze What operating system do you use?

@p-mongo This was on the Windows command line

melkadze avatar May 12 '20 04:05 melkadze