Skip to content

Commit f2b022e

Browse files
committed
Better help
1 parent 8b411ff commit f2b022e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-tools/DiffCommand.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public DiffCommand()
3535
protected override OptionSet OnCreateOptions() => new OptionSet
3636
{
3737
{ "o|output=", "The output file path", v => OutputPath = v },
38-
{ "ignore-nonbreaking", "Ignore the non-breaking changes and just output breaking changes", v => IgnoreNonbreaking = true },
39-
{ "ignore-parameter-names", "Ignore the changes to parameter names", v => IgnoreParameterNames = true },
38+
{ "ignore-nonbreaking", "Ignore the non-breaking API changes", v => IgnoreNonbreaking = true },
39+
{ "ignore-param-names", "Ignore the changes to parameter names", v => IgnoreParameterNames = true },
4040
{ "ignore-virtual", "Ignore the changes to virtual modifiers", v => IgnoreVirtualChanges = true },
4141
};
4242

0 commit comments

Comments
 (0)