From 76c0462b48eab347a883ed49a3922dedfcbac765 Mon Sep 17 00:00:00 2001 From: Jiyeong Seok Date: Mon, 6 Feb 2023 16:11:40 +0900 Subject: [PATCH] add the core option in help message Signed-off-by: Jiyeong Seok --- src/fosslight_source/_help.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fosslight_source/_help.py b/src/fosslight_source/_help.py index 699be679..746b53c7 100644 --- a/src/fosslight_source/_help.py +++ b/src/fosslight_source/_help.py @@ -27,7 +27,8 @@ Options only for FOSSLight Source Scanner -s \t Select which scanner to be run (scancode, scanoss, all) -j\t\t\t Generate raw result of scanners in json format - -t \t\t Stop scancode scanning if scanning takes longer than a timeout in seconds.""" + -t \t\t Stop scancode scanning if scanning takes longer than a timeout in seconds. + -c \t\t Select the number of cores to be scanned with ScanCode.""" def print_version(pkg_name):