This repository was archived by the owner on Jul 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ $ .\CodeFormatter.exe
22
22
CodeFormatter <project or solution> [<rule types>] [/file <filename>]
23
23
<rule types> - Rule types to use in addition to the default ones.
24
24
Use ConvertTests to convert MSTest tests to xUnit.
25
- <filename> - Only apply changes to files with specified name.
25
+ <filename> - Only apply changes to files with specified name.
26
+ <configs> - Additional preprocessor configurations the formatter
27
+ should run under.
28
+ <copyright> - Specifies file containing copyright header.
26
29
```
27
30
28
31
## Contributing
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ private static int Main(string[] args)
28
28
Console . WriteLine ( " Use ConvertTests to convert MSTest tests to xUnit." ) ;
29
29
Console . WriteLine ( " <filename> - Only apply changes to files with specified name." ) ;
30
30
Console . WriteLine ( " <configs> - Additional preprocessor configurations the formatter" ) ;
31
- Console . WriteLine ( " should run under" ) ;
31
+ Console . WriteLine ( " should run under." ) ;
32
+ Console . WriteLine ( " <copyright> - Specifies file containing copyright header." )
32
33
return - 1 ;
33
34
}
34
35
You can’t perform that action at this time.
0 commit comments