Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in README.md #7824

Merged
merged 1 commit into from
Nov 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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