diff --git a/README.md b/README.md index 6d68eaa..2957327 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ before. - `--includeLicenses [list]` include only modules which licenses are in the comma-separated list from the output - `--includePackages [list]` restrict output to the packages (either "package@fullversion" or "package@majorversion" or only "package") in the semicolon-seperated list - `--json` output in json format. +- `--limitAttributes [list]` limit the attributes to be output. - `--markdown` output in markdown format. - `--nopeer` skip peer dependencies in output. - `--onlyAllow [list]` fail (exit with code 1) on the first occurrence of the licenses not in the semicolon-seperated list diff --git a/bin/license-checker-rseidelsohn b/bin/license-checker-rseidelsohn index 67f40d8..09e26e6 100644 --- a/bin/license-checker-rseidelsohn +++ b/bin/license-checker-rseidelsohn @@ -33,6 +33,7 @@ const usageMessage = [ ' --includeLicenses [list] include only modules which licenses are in the comma-separated list from the output', ' --includePackages [list] restrict output to the packages (either "package@fullversion" or "package@majorversion" or only "package") in the semicolon-seperated list', ' --json output in json format.', + ' --limitAttributes [list] limit the attributes to be output.', ' --markdown output in markdown format.', ' --nopeer skip peer dependencies in output.', ' --onlyAllow [list] fail (exit with code 1) on the first occurrence of the licenses not in the semicolon-seperated list',