Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions src/fosslight_source/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
The output result is generated in Excel format.

Options:
Mandatory
-p <source_path>\t Path to analyze source

Optional
-p <source_path>\t Path to analyze source (Default: current directory)
-h\t\t\t Print help message
-v\t\t\t Print FOSSLight Source Scanner version
-j\t\t\t Generate raw result of scanners in json format
Expand All @@ -33,10 +31,8 @@
FOSSLigtht_convert converts the result of executing ScanCode in json format into FOSSLight Report format.

Options:
Mandatory
-p <path_dir>\t\t Path of ScanCode json files

Optional
-p <path_dir>\t\t Path of ScanCode json files (Default: current directory)
-h\t\t\t\t Print help message
-v\t\t\t\t Print FOSSLight Source Scanner version
-m\t\t\t\t Print the Matched text for each license on a separate sheet
Expand Down