Skip to content

Commit b94b0ad

Browse files
authored
Some small tweaks (#22)
1 parent 5c14bf4 commit b94b0ad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

api-tools/ApiCompatCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public ApiCompatCommand()
2626
protected override OptionSet OnCreateOptions() => new OptionSet
2727
{
2828
{ "s|search=", "A search path directory for the main assembly", v => SearchPaths.Add(v) },
29-
{ "dependency-search=", "A search path directory for the dependency", v => DependencySearchPaths.Add(v) },
29+
{ "dep-search=", "A search path directory for the dependency", v => DependencySearchPaths.Add(v) },
3030
{ "o|output=", "The output file path", v => OutputPath = v },
3131
};
3232

docs/api-tools.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ Determine how compatible assemblies are.
5454
5555
Options:
5656
-s, --search=VALUE A search path directory for the main assembly
57-
--dependency-search=VALUE
58-
A search path directory for the dependency
57+
--dep-search=VALUE A search path directory for the dependency
5958
-o, --output=VALUE The output file path
6059
-?, -h, --help Show this message and exit
6160
```

0 commit comments

Comments
 (0)