Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit c9490f1

Browse files
committed
Merge pull request #60 from aaronpowell/patch-1
Updating readme with the missing nocopyright flag
2 parents 3b4d75c + b60e402 commit c9490f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In order get the usage, simply invoke the tool with no arguments:
2121

2222
```
2323
$ .\CodeFormatter.exe
24-
CodeFormatter <project or solution> [<rule types>] [/file <filename>]
24+
CodeFormatter <project or solution> [<rule types>] [/file:<filename>] [/nocopyright] [/c:<config1,config2> [/copyright:file]
2525
<rule types> - Rule types to use in addition to the default ones.
2626
Use ConvertTests to convert MSTest tests to xUnit.
2727
<filename> - Only apply changes to files with specified name.

0 commit comments

Comments
 (0)