diff --git a/requirements.txt b/requirements.txt index ef0c625..4d049cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ scancode-toolkit<=21.3.31 typecode_libmagic XlsxWriter -fosslight_util +fosslight_util>=1.1.0 PyYAML diff --git a/src/fosslight_source/_help.py b/src/fosslight_source/_help.py index 1335b19..fd43ab0 100644 --- a/src/fosslight_source/_help.py +++ b/src/fosslight_source/_help.py @@ -20,6 +20,7 @@ Optional -h\t\t\t\t Print help message -j\t\t\t\t Generate additional result of executing ScanCode in json format + -m\t\t\t\t Print the Matched text for each license on a separate sheet -o \t\t Output file name""" _HELP_MESSAGE_CONVERT = """ @@ -33,6 +34,7 @@ Optional -h\t\t\t\t Print help message + -m\t\t\t\t Print the Matched text for each license on a separate sheet -o \t\t Output file name"""