From 67768e97b02b22fd73bfa3ac066c6f636d8c984a Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 7 Jan 2021 14:39:41 +0100 Subject: [PATCH] support/scripts/pkg-stats: drop unused --cpeid option The --cpeid option was mistakenly introduced by commit 92e7089a8ca9f7dba5a5d690b7f768352cd6b983 ("support/script/pkg-stats: show CPE ID in results") but is in fact not necessary. Signed-off-by: Thomas Petazzoni --- support/scripts/pkg-stats | 1 - 1 file changed, 1 deletion(-) diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats index 66d612ee7b..e549a0ac54 100755 --- a/support/scripts/pkg-stats +++ b/support/scripts/pkg-stats @@ -1052,7 +1052,6 @@ def parse_args(): help='List of packages (comma separated)') parser.add_argument('--nvd-path', dest='nvd_path', help='Path to the local NVD database', type=resolvepath) - parser.add_argument("--cpeid", action='store_true') args = parser.parse_args() if not args.html and not args.json: parser.error('at least one of --html or --json (or both) is required') -- 2.30.2