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:
Misha Brukman
2019-01-05 20:37:45 -05:00
committed by GitHub
parent 7af3504a2c
commit 1f3818bd96

View File

@@ -14,10 +14,10 @@ to any file that already has one.
addlicense [flags] pattern [pattern ...] addlicense [flags] pattern [pattern ...]
-c copyright holder (default "Google LLC.") -c copyright holder (defaults to "Google LLC")
-f custom license file (no default) -f custom license file (no default)
-l license type: apache, bsd, mit (default "apache") -l license type: apache, bsd, mit (defaults to "apache")
-y year (default "2018") -y year (defaults to current year)
The pattern argument can be provided multiple times, and may also refer The pattern argument can be provided multiple times, and may also refer
to single files. to single files.