diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats index c134e1ec06..46b12cd992 100755 --- a/support/scripts/pkg-stats +++ b/support/scripts/pkg-stats @@ -1276,7 +1276,7 @@ def parse_args(): parser.add_argument('--nvd-path', dest='nvd_path', help='Path to the local NVD database', type=resolvepath) 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=[]) parser.add_argument('-v', '--verbose', dest='verbose', action='store_true', help='Increase verbosity')