Merge pull request #72 from dpieski/patch-1

Update USAGE.md
This commit is contained in:
simon987 2020-07-15 14:37:28 -04:00 committed by GitHub
commit 75b5e249c1
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 ### Scan options
* `-t, --threads` * `-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` * `-q, --quality`
Thumbnail quality, on a scale of 1.0 to 31.0, 1.0 being the best. *Does not affect PDF thumbnails quality* Thumbnail quality, on a scale of 1.0 to 31.0, 1.0 being the best. *Does not affect PDF thumbnails quality*
* `--size` * `--size`
@ -335,4 +335,4 @@ See [Automatic tagging](#automatic-tagging) for information about tag
### Automatic tagging ### Automatic tagging
See [scripting](docs/scripting.md) documentation. See [scripting](docs/scripting.md) documentation.