-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 3.4.7
-
Component/s: mongoexport
-
None
On macOS 10.12.6:
$ mongoexport --help ... -k, --slaveOk allow secondary reads if available (default true) (default: false)
Can the value of --slaveOk default to both true and false at the same time?
The presence of multiple default values also appears to affect type:
$ mongoexport --help ... --type=<type> the output format, either json or csv (defaults to 'json') (default: json)
- is related to
-
TOOLS-2001 mongoexport command line help not consistent
- Closed
- related to
-
TOOLS-1806 Don't include default values in option descriptions since they are echoed by default
- Closed
-
TOOLS-2064 Standardize option syntax for mongo CLI tools
- Development Complete