Skip to content

Commit

Permalink
Fixed CLI help text
Browse files Browse the repository at this point in the history
  • Loading branch information
mikayla-maki committed Feb 2, 2023
1 parent 7397cc6 commit e67b6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/license-checker-rseidelsohn
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const usageMessage = [
' --start [filepath] path of the initial json to look for',
' --summary output a summary of the license usage',
' --unknown report guessed licenses as unknown licenses.',
' --clarificationsFile A file that describe the license clarifications for each package, see clarificationExample.json, any field available to the customFormat option can be clarified. All clarifications must include a checksum to detect license changes.',
' --clarificationsFile A file that describe the license clarifications for each package, see clarificationExample.json, any field available to the customFormat option can be clarified.',
'',
' --version The current version',
' --help The text you are reading right now :)',
Expand Down

0 comments on commit e67b6fc

Please sign in to comment.