From 1f3818bd9686d965d26b667b0113a7aea5bd7ebe Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sat, 5 Jan 2019 20:37:45 -0500 Subject: [PATCH] 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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11887c5..8abe9ff 100644 --- a/README.md +++ b/README.md @@ -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.