Describe the bug
Running devskim analyze --help produces this line:
-g, --ignore-globs (Default: /.git/ /bin/) Comma-separated Globs for files to skip analyzing
Notice, the text says "Comma-separated", but the default value is space-separated. So, which is it?
To Reproduce
Steps to reproduce the behavior:
- Run
devskim analyze --help
- Scan the output for the line mentioned above.
Expected behavior
Displayed defaults/examples should be consistent with description text.
Screenshots

Versions(please complete the following information):
- OS: Windows 10 22H2 / 19045.3086
- Devskim Version 1.0.11+87ad45b866
Describe the bug
Running
devskim analyze --helpproduces this line:Notice, the text says "Comma-separated", but the default value is space-separated. So, which is it?
To Reproduce
Steps to reproduce the behavior:
devskim analyze --helpExpected behavior
Displayed defaults/examples should be consistent with description text.
Screenshots

Versions(please complete the following information):