Skip to content

Commit 4181572

Browse files
committed
Correct doc.
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 72b0ac7 commit 4181572

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/utilitycode/utilitycode/extract_lic_matched_text.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Usage
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.

src/utilitycode/extract_lic_matched_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.")

0 commit comments

Comments
 (0)