summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-04-24 09:37:24 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-04-24 09:37:24 +0000
commitab0e6028d77a4c6275affdb92884e0f690e063ca (patch)
tree664ebb7fc2acafe619f83b1b1d97c3ab87e01f08
parent7ad5fee7ce641f6bc0bc81d0b805d93224fd593b (diff)
downloadmorph-ab0e6028d77a4c6275affdb92884e0f690e063ca.tar.gz
Fix error message.tlsa/cve-check
Change-Id: Id9303f2fd0eda3f5454471ca48d5591d1aea675b
-rw-r--r--morphlib/plugins/cve_check_plugin.py2
1 files changed, 1 insertions, 1 deletions
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]