From 3a2dcd8dcda182e4079edd65b55edde5cbd24c0a Mon Sep 17 00:00:00 2001 From: Nikita Balabaev Date: Fri, 26 Nov 2021 10:04:03 +0100 Subject: [PATCH] Fix typos in README.md (#7824) --- src/Microsoft.DotNet.AsmDiff/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.DotNet.AsmDiff/README.md b/src/Microsoft.DotNet.AsmDiff/README.md index 80623812281..2dad02c4859 100644 --- a/src/Microsoft.DotNet.AsmDiff/README.md +++ b/src/Microsoft.DotNet.AsmDiff/README.md @@ -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.