Update USAGE.md

added example for Windows to display number of logical processors. 
Does this same limitation apply to the new `index` threads option?
This commit is contained in:
Andrew 2020-07-15 13:21:02 -05:00 committed by GitHub
parent a6d2afc8dc
commit f49e03ac79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ Made by simon987 <me@simon987.net>. Released under GPL-3.0
### Scan options
* `-t, --threads`
Number of threads for file parsing. **Do not set a number higher than `$(nproc)`!**.
Number of threads for file parsing. **Do not set a number higher than `$(nproc)` or `$(Get-WmiObject Win32_ComputerSystem).NumberOfLogicalProcessors` in Windows!**
* `-q, --quality`
Thumbnail quality, on a scale of 1.0 to 31.0, 1.0 being the best. *Does not affect PDF thumbnails quality*
* `--size`
@ -335,4 +335,4 @@ See [Automatic tagging](#automatic-tagging) for information about tag
### Automatic tagging
See [scripting](docs/scripting.md) documentation.
See [scripting](docs/scripting.md) documentation.