Skip to content

Commit 7d4298d

Browse files
authored
Merge pull request #110 from fosslight/develop
Add the core option in help message
2 parents 1d1df38 + 76c0462 commit 7d4298d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fosslight_source/_help.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
Options only for FOSSLight Source Scanner
2828
-s <scanner>\t Select which scanner to be run (scancode, scanoss, all)
2929
-j\t\t\t Generate raw result of scanners in json format
30-
-t <float>\t\t Stop scancode scanning if scanning takes longer than a timeout in seconds."""
30+
-t <float>\t\t Stop scancode scanning if scanning takes longer than a timeout in seconds.
31+
-c <core>\t\t Select the number of cores to be scanned with ScanCode."""
3132

3233

3334
def print_version(pkg_name):

0 commit comments

Comments
 (0)