Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
3.4.7
-
None
Description
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)
|
Attachments
Issue Links
- is related to
-
TOOLS-2001 mongoexport command line help not consistent
-
- Closed
-
- related to
-
TOOLS-2064 Standardize option syntax for mongo CLI tools
-
- Closed
-
-
TOOLS-1806 Don't include default values in option descriptions since they are echoed by default
-
- Closed
-