Skip to content

Commit 9cf4168

Browse files
committed
Fix a typo in the StyleCopTester help text
1 parent 7cf7332 commit 9cf4168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCopTester/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ private static void PrintHelp()
494494
Console.WriteLine("/stats Display statistics of the solution");
495495
Console.WriteLine("/codefixes Test single code fixes");
496496
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)");
497+
Console.WriteLine("/id:<id> Enable analyzer with diagnostic ID <id> (when this is specified, only this analyzer is enabled)");
498498
Console.WriteLine("/apply Write code fix changes back to disk");
499499
Console.WriteLine("/force Force an analyzer to be enabled, regardless of the configured rule set(s) for the solution");
500500
}

0 commit comments

Comments
 (0)