Skip to content

Commit da3c860

Browse files
committed
Remove the required option from the help message
1 parent a41ff55 commit da3c860

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/fosslight_source/_help.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414
The output result is generated in Excel format.
1515
1616
Options:
17-
Mandatory
18-
-p <source_path>\t Path to analyze source
19-
2017
Optional
18+
-p <source_path>\t Path to analyze source (Default: current directory)
2119
-h\t\t\t Print help message
2220
-v\t\t\t Print FOSSLight Source Scanner version
2321
-j\t\t\t Generate raw result of scanners in json format
@@ -33,10 +31,8 @@
3331
FOSSLigtht_convert converts the result of executing ScanCode in json format into FOSSLight Report format.
3432
3533
Options:
36-
Mandatory
37-
-p <path_dir>\t\t Path of ScanCode json files
38-
3934
Optional
35+
-p <path_dir>\t\t Path of ScanCode json files (Default: current directory)
4036
-h\t\t\t\t Print help message
4137
-v\t\t\t\t Print FOSSLight Source Scanner version
4238
-m\t\t\t\t Print the Matched text for each license on a separate sheet

0 commit comments

Comments
 (0)