|
@@ -1052,7 +1052,6 @@ def parse_args():
|
|
help='List of packages (comma separated)')
|
|
help='List of packages (comma separated)')
|
|
parser.add_argument('--nvd-path', dest='nvd_path',
|
|
parser.add_argument('--nvd-path', dest='nvd_path',
|
|
help='Path to the local NVD database', type=resolvepath)
|
|
help='Path to the local NVD database', type=resolvepath)
|
|
- parser.add_argument("--cpeid", action='store_true')
|
|
|
|
args = parser.parse_args()
|
|
args = parser.parse_args()
|
|
if not args.html and not args.json:
|
|
if not args.html and not args.json:
|
|
parser.error('at least one of --html or --json (or both) is required')
|
|
parser.error('at least one of --html or --json (or both) is required')
|