From 01a255144082e29129c6d370a79cd720a15601cc Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Mon, 24 Jul 2017 13:09:32 +0900 Subject: fix message for cve option --- elivepatch_client/client/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elivepatch_client/client/cli.py b/elivepatch_client/client/cli.py index a0300d1..4518b48 100644 --- a/elivepatch_client/client/cli.py +++ b/elivepatch_client/client/cli.py @@ -28,7 +28,7 @@ class Main(object): def dispatch(self, config): print(str(config)) if config.cve: - print('working on cve') + print('Kernel security CVE check is not implemented yet') elif config.patch: current_kernel = Kernel(config.url) current_kernel.set_config(config.config) -- cgit v1.2.3-65-gdbad