Skip to content

Commit

Permalink
Fix typos in README.md (#7824)
Browse files Browse the repository at this point in the history
  • Loading branch information
xakep139 authored Nov 26, 2021
1 parent 4e83338 commit 3a2dcd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.DotNet.AsmDiff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ AsmDiff is a command line tool which may be used to check the API changes betwee
- `-osn|--OldSetName` - Provide a name for the old set in output. If this parameter is not provided the file or directory name will be used.
- `-u|--Unchanged` - Include members, types, and namespaces that are unchanged.
- `-r|--Removed` - Include members, types, and namespaces that were removed. (default is removed and added)
- `-a|--Added` - Include members, types, and namespaces that were removed. (default is removed and added)
- `-c|--Changed` - Include members, types, and namespaces that were removed. (default is removed and added)
- `-a|--Added` - Include members, types, and namespaces that were added. (default is removed and added)
- `-c|--Changed` - Include members, types, and namespaces that were changed. (default is removed and added)
- `-to|--TypesOnly` - Only show down to the type level not the member level.
- `-sr|--StrikeRemoved` - For removed API's also strike them out. This option currently only works with the HTML writer which is the default.
- `-da|--DiffAttributes` - Enables diffing of the attributes as well, by default all attributes are ignored. For CSV writer causes the assembly name to be included in the column for types.
Expand Down

0 comments on commit 3a2dcd8

Please sign in to comment.