Skip to content

Commit b81e690

Browse files
authored
REMOVED: Remove configuration argument
1 parent b24166d commit b81e690

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ python cvemysql.py [-u user] [-p password] [-y year] [output_name] [--cofigurati
5656

5757

5858
## Configuration argument
59-
`[--year-all]` 모든 연도를 지정합니다. (NVD-NIST 전용)<br>
6059
`[--db]` 데이터베이스 파일로 추출합니다. MySQL 기반에서는 SQL 파일이 기본 확장자입니다.<br>
6160
`[--csv]` 데이터베이스에 있는 데이터 값들을 CSV 파일로 추출합니다.<br>
6261
`[--setup-install]` 처음 실행할 때 모듈이 정상적으로 작동할 수 있도록 합니다. DEPRECATED.<br>
@@ -77,4 +76,4 @@ python cvemysql.py -u <name> -p <password> -year 2003-2008 --db --csv "my-cve-li
7776
단, 이 경우에는 시간이 오래 걸릴 수 있으며, 용량이 매우 클 수 있습니다:
7877
```
7978
python cvemysql.py -u <name> -p <password> --year-all --db --csv "my-cve-list-export.zip"
80-
```
79+
```

0 commit comments

Comments
 (0)