Skip to content

Commit 521c00e

Browse files
committed
Fix the help message
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 383bcf7 commit 521c00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_source/_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
-t <float>\t\t Stop scancode scanning if scanning takes longer than a timeout in seconds.
3131
-c <core>\t\t Select the number of cores to be scanned with ScanCode.
3232
--no_correction\t Enter if you don't want to correct OSS information with sbom-info.yaml
33-
--correct_fpath\t Path to the sbom-info.yaml file"""
33+
--correct_fpath <path> Path to the sbom-info.yaml file"""
3434

3535

3636
def print_version(pkg_name):

0 commit comments

Comments
 (0)