Skip to content

Commit 9019324

Browse files
committed
Updated the readme and version
1 parent 425592d commit 9019324

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ Requirements
1212

1313
Usage
1414
-----
15+
# Search with CVE
1516
python msrc.py CVE-2018-8174
17+
# Search with KB
18+
python msrc.py KB5014699

msrc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import requests
77

8-
__version_info__ = (0, 0, 1)
8+
__version_info__ = (0, 0, 2)
99
__version__ = ".".join(map(str, __version_info__))
1010

1111

0 commit comments

Comments
 (0)