Skip to content

Commit

Permalink
Option -e is no longer used, data comes from a statements.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamamoose committed Nov 4, 2022
1 parent 058c93c commit bb07d5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cvejsontohtml.py
Expand Up @@ -13,7 +13,6 @@
parser = OptionParser()

parser.add_option("-b","--base",help="major version to filter on",dest="base")
parser.add_option("-e","--extratext",help="extra text to add to description",dest="extratext")
parser.add_option("-i","--inputdirectory",help="directory of json files",dest="directory")
(options,args) = parser.parse_args()

Expand Down

0 comments on commit bb07d5f

Please sign in to comment.