Skip to content

Commit af85502

Browse files
committed
Fix the help message
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 932edfd commit af85502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fosslight_source/_help.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-h\t\t\t\t Print help message
2222
-j\t\t\t\t Generate additional result of executing ScanCode in json format
2323
-m\t\t\t\t Print the Matched text for each license on a separate sheet
24-
-o\t\t\t\t Output path
24+
-o <output_path>\t\t Output path
2525
\t\t\t\t (If you want to generate the specific file name, add the output path with file name.)
2626
-f <format>\t\t\t Output file format (excel, csv, opossum)"""
2727

@@ -37,7 +37,7 @@
3737
Optional
3838
-h\t\t\t\t Print help message
3939
-m\t\t\t\t Print the Matched text for each license on a separate sheet
40-
-o\t\t\t\t Output path
40+
-o <output_path>\t\t Output path
4141
\t\t\t\t (If you want to generate the specific file name, add the output path with file name.)
4242
-f <format>\t\t\t Output file format (excel, csv, opossum)"""
4343

0 commit comments

Comments
 (0)