Skip to content

Commit 7ed49a6

Browse files
authored
Remove unnecessary option in help msg (#42)
Signed-off-by: Ethan Lee <[email protected]>
1 parent 1294188 commit 7ed49a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/fosslight_android/_help.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
-m\t\t\t\t Analyze the source code for the path where the license could not be found.
2222
-e <path1> <path2..>\t Path to exclude from source analysis.
2323
-p\t\t\t\t Check files that should not be included in the Packaging file.
24-
-f\t\t\t\t Print result of Find Command for binary that can not find Source Code Path.
25-
-t\t\t\t\t Collect NOTICE for binaries that are not added to NOTICE.html.
26-
-d\t\t\t\t Divide needtoadd-notice.html by binary.
24+
-f\t\t\t\t Print result of Find Command for binary that can not find Source Code Path.
2725
-i\t\t\t\t Disable the function to automatically convert OSS names based on AOSP.
2826
-r <result.txt>\t\t result.txt file with a list of binaries to remove."""
2927

0 commit comments

Comments
 (0)