We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24166d commit b81e690Copy full SHA for b81e690
README.md
@@ -56,7 +56,6 @@ python cvemysql.py [-u user] [-p password] [-y year] [output_name] [--cofigurati
56
57
58
## Configuration argument
59
-`[--year-all]` 모든 연도를 지정합니다. (NVD-NIST 전용)<br>
60
`[--db]` 데이터베이스 파일로 추출합니다. MySQL 기반에서는 SQL 파일이 기본 확장자입니다.<br>
61
`[--csv]` 데이터베이스에 있는 데이터 값들을 CSV 파일로 추출합니다.<br>
62
`[--setup-install]` 처음 실행할 때 모듈이 정상적으로 작동할 수 있도록 합니다. DEPRECATED.<br>
@@ -77,4 +76,4 @@ python cvemysql.py -u <name> -p <password> -year 2003-2008 --db --csv "my-cve-li
77
76
단, 이 경우에는 시간이 오래 걸릴 수 있으며, 용량이 매우 클 수 있습니다:
78
```
79
python cvemysql.py -u <name> -p <password> --year-all --db --csv "my-cve-list-export.zip"
80
-```
+```
0 commit comments