commit: a33b1568ca84e3ea38e5a6b21b88f11c2143aaa1
parent d64a441cebc2118ca4d89a5521ec10a5cb42e275
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 27 Mar 2023 12:48:20 +0200
cve-client: Remove obsolete VERSION_MESSAGE
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/cve-client b/cve-client
@@ -18,10 +18,6 @@ my $json = JSON::MaybeXS->new(utf8 => 1);
my %options = ();
-sub VERSION_MESSAGE {
- print "cve-client 0.0.1\n";
-}
-
sub HELP_MESSAGE {
print "usage: cve-client [-r|-j|-g] <CVE-IDs ...>\n";
print " -r Raw output\n";