Fix default flag values in README.md
Update default values to match the source code in https://github.com/google/addlicense/blob/master/main.go
This commit is contained in:
@@ -14,10 +14,10 @@ to any file that already has one.
|
||||
|
||||
addlicense [flags] pattern [pattern ...]
|
||||
|
||||
-c copyright holder (default "Google LLC.")
|
||||
-c copyright holder (defaults to "Google LLC")
|
||||
-f custom license file (no default)
|
||||
-l license type: apache, bsd, mit (default "apache")
|
||||
-y year (default "2018")
|
||||
-l license type: apache, bsd, mit (defaults to "apache")
|
||||
-y year (defaults to current year)
|
||||
|
||||
The pattern argument can be provided multiple times, and may also refer
|
||||
to single files.
|
||||
|
||||
Reference in New Issue
Block a user