We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf7332 commit 9cf4168Copy full SHA for 9cf4168
1 file changed
StyleCop.Analyzers/StyleCopTester/Program.cs
@@ -494,7 +494,7 @@ private static void PrintHelp()
494
Console.WriteLine("/stats Display statistics of the solution");
495
Console.WriteLine("/codefixes Test single code fixes");
496
Console.WriteLine("/fixall Test fix all providers");
497
- Console.WriteLine("/id:<id> Enable analyzer with diagnostic ID < id > (when this is specified, only this analyzer is enabled)");
+ Console.WriteLine("/id:<id> Enable analyzer with diagnostic ID <id> (when this is specified, only this analyzer is enabled)");
498
Console.WriteLine("/apply Write code fix changes back to disk");
499
Console.WriteLine("/force Force an analyzer to be enabled, regardless of the configured rule set(s) for the solution");
500
}
0 commit comments