Skip to content

Commit 6eb280b

Browse files
authored
Fix WmicCpuInfoProvider comment (#2042)
Fix documentation for wmic command used by WmicCpuInfoProvider
1 parent d24ea32 commit 6eb280b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BenchmarkDotNet/Portability/Cpu/WmicCpuInfoProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace BenchmarkDotNet.Portability.Cpu
66
{
77
/// <summary>
8-
/// CPU information from output of the `wmic get Name, NumberOfCores, NumberOfLogicalProcessors /Format:List` command.
8+
/// CPU information from output of the `wmic cpu get Name, NumberOfCores, NumberOfLogicalProcessors /Format:List` command.
99
/// Windows only.
1010
/// </summary>
1111
internal static class WmicCpuInfoProvider
@@ -24,4 +24,4 @@ private static CpuInfo Load()
2424
return null;
2525
}
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)