From 672d1344d7e6794d0801fb2aedd52739bbeb2323 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 15 Dec 2021 15:00:36 -0600 Subject: [PATCH] Update USAGE.md Get-WmiObject is deprecated in favor of Get-CimInstance --- docs/USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index ad06a55..c3c1ff9 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -85,7 +85,7 @@ Exec-script options ### Scan options * `-t, --threads` - Number of threads for file parsing. **Do not set a number higher than `$(nproc)` or `$(Get-WmiObject Win32_ComputerSystem).NumberOfLogicalProcessors` in Windows!** + Number of threads for file parsing. **Do not set a number higher than `$(nproc)` or `$(Get-CimInstance Win32_ComputerSystem).NumberOfLogicalProcessors` in Windows!** * `-q, --quality` Thumbnail quality, on a scale of 1.0 to 31.0, 1.0 being the best. * `--size`