|
@@ -1276,7 +1276,7 @@ def parse_args():
|
|
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('--disable', type=list_str,
|
|
parser.add_argument('--disable', type=list_str,
|
|
- help='Features to disable, comma-separated (cve, upstream, url, warning)',
|
|
|
|
|
|
+ help='Features to disable, comma-separated (cve, upstream, url, warnings)',
|
|
default=[])
|
|
default=[])
|
|
parser.add_argument('-v', '--verbose', dest='verbose', action='store_true',
|
|
parser.add_argument('-v', '--verbose', dest='verbose', action='store_true',
|
|
help='Increase verbosity')
|
|
help='Increase verbosity')
|