Skip to content

Commit 9e32b86

Browse files
committed
Update README
1 parent be0de92 commit 9e32b86

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ $ fosslight_convert -p /home/jsonfile_dir
8282
```
8383
$ tree
8484
.
85-
├── OSS-Report_2021-03-21_20-44-34.xlsx
86-
├── fosslight_src_log_2021-03-21_20-44-34.txt
87-
├── result_2021-03-21_20-44-34.csv
88-
└── scancode_2021-03-21_20-44-34.json
85+
├── OSS-Report_2021-05-03_00-39-49.csv
86+
├── OSS-Report_2021-05-03_00-39-49.xlsx
87+
├── scancode_2021-05-03_00-39-49.json
88+
└── fosslight_src_log_2021-05-03_00-39-49.txt
8989
9090
```
9191
- OSS-Report_[datetime].xlsx : FOSSLight Source result in OSS Report format.
92-
- result_[datetime].csv : FOSSLight Source result in csv format. (Except Windows)
92+
- OSS-Report_[datetime].csv : FOSSLight Source result in csv format. (Except Windows)
9393
- fosslight_src_log_[datetime].txt : The execution log.
9494
- scancode_[datetime].json : The ScanCode result in case of -j option.
9595

docs/README_Kor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ $ fosslight_convert -p /home/jsonfile_dir
8080
```
8181
$ tree
8282
.
83-
├── OSS-Report_2021-03-21_20-44-34.xlsx
84-
├── fosslight_src_log_2021-03-21_20-44-34.txt
85-
├── result_2021-03-21_20-44-34.csv
86-
└── scancode_2021-03-21_20-44-34.json
83+
├── OSS-Report_2021-05-03_00-39-49.csv
84+
├── OSS-Report_2021-05-03_00-39-49.xlsx
85+
├── scancode_2021-05-03_00-39-49.json
86+
└── fosslight_src_log_2021-05-03_00-39-49.txt
8787
8888
```
8989
- OSS-Report_[datetime].xlsx : OSS Report형태의 Source Code 분석 결과
90-
- result_[datetime].csv : OSS Report를 csv로 출력한 결과 (Windows 제외)
90+
- OSS-Report_[datetime].csv : OSS Report를 csv로 출력한 결과 (Windows 제외)
9191
- fosslight_src_log_[datetime].txt: 실행 로그가 저장된 파일
9292
- scancode_[datetime].json : ScanCode 실행 결과 (fosslight_source명령어에 -j 옵션이 포함된 경우에만 생성)
9393

0 commit comments

Comments
 (0)