diff --git a/src/fosslight_scanner/_help.py b/src/fosslight_scanner/_help.py index 9a9951a..46cec0d 100644 --- a/src/fosslight_scanner/_help.py +++ b/src/fosslight_scanner/_help.py @@ -29,7 +29,9 @@ -f [ ...]\t FOSSLight Report file format ({', '.join(SUPPORT_FORMAT)}) * Compare mode result file: supports excel, json, yaml, html * Multiple formats can be specified separated by space. - -e \t\t Path to exclude from analysis (ex, -e [dir] [file]) + -e \t\t Path to exclude from analysis (files and directories) + * IMPORTANT: Always wrap patterns in double quotes ("") to avoid shell expansion. + Example) fosslight -e "test/abc.py" "*.jar" -o \t\t Output directory or file -c \t\t Number of processes to analyze source -r\t\t\t Keep raw data