Skip to content

Commit d728222

Browse files
authored
Set condition to use FOSSLight Util v1.1.0 or later
2 parents 1b4c5ec + 0ff29a0 commit d728222

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
scancode-toolkit<=21.3.31
22
typecode_libmagic
33
XlsxWriter
4-
fosslight_util
4+
fosslight_util>=1.1.0
55
PyYAML

src/fosslight_source/_help.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
Optional
2121
-h\t\t\t\t Print help message
2222
-j\t\t\t\t Generate additional result of executing ScanCode in json format
23+
-m\t\t\t\t Print the Matched text for each license on a separate sheet
2324
-o <file_name>\t\t Output file name"""
2425

2526
_HELP_MESSAGE_CONVERT = """
@@ -33,6 +34,7 @@
3334
3435
Optional
3536
-h\t\t\t\t Print help message
37+
-m\t\t\t\t Print the Matched text for each license on a separate sheet
3638
-o <file_name>\t\t Output file name"""
3739

3840

0 commit comments

Comments
 (0)