]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts/cve-json-to-text.py: remove unused options
authorAntonin Godard <antonin.godard@bootlin.com>
Fri, 25 Apr 2025 13:40:41 +0000 (15:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Apr 2025 08:58:59 +0000 (09:58 +0100)
commitc2be1a9197b5e261051fe075edca000dc70ee2fe
treed2ab54ac3346a7b34ab522fd269b4516ebfe75d8
parentc57a903b9ac6d3015195a59829c223917e9c41f8
scripts/cve-json-to-text.py: remove unused options

Remove --all and -a and they are unused in the file.
Remove long options as they don't actually exist when using getopt.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/cve-json-to-text.py