From ab0e6028d77a4c6275affdb92884e0f690e063ca Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 24 Apr 2015 09:37:24 +0000 Subject: Fix error message. Change-Id: Id9303f2fd0eda3f5454471ca48d5591d1aea675b --- morphlib/plugins/cve_check_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morphlib/plugins/cve_check_plugin.py b/morphlib/plugins/cve_check_plugin.py index 0f7878ec..8bdbd1b5 100644 --- a/morphlib/plugins/cve_check_plugin.py +++ b/morphlib/plugins/cve_check_plugin.py @@ -47,7 +47,7 @@ class CVECheckPlugin(cliapp.Plugin): if len(args) < 3: raise cliapp.AppException( - 'Wrong number of arguments to certify command ' + 'Wrong number of arguments to cve-check command ' '(see help)') repo, ref = args[0], args[1] -- cgit v1.2.1