diff --git a/docs/USAGE.md b/docs/USAGE.md index 64cb1a0..a1e2a05 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -70,7 +70,7 @@ Made by simon987 . 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. \ No newline at end of file +See [scripting](docs/scripting.md) documentation.