Skip to content

Commit d90dd9e

Browse files
committed
Add the m option to help message
1 parent 00fd800 commit d90dd9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)