File tree Expand file tree Collapse file tree
docs/source/utilitycode/utilitycode Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 Take an SCTK JSON input that has '"--license-text": true' and pull out each
2222 detected license’s matched_text. Save each one into its own file, using the
23- rule_identifier as the filename, in a directory.
23+ identifier as the filename, in a directory.
2424
2525 Options:
2626 -h, --help Show this message and exit.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def cli(input, output):
4343 """
4444 Take an SCTK JSON input that has '"--license-text": true' and pull out
4545 each detected license’s matched_text. Save each one into its own file,
46- using the rule_identifier as the filename, in a directory.
46+ using the identifier as the filename, in a directory.
4747 """
4848 if not input .endswith (".json" ):
4949 print ("The input has to be a SCTK produced .json file." )
You can’t perform that action at this time.
0 commit comments