summaryrefslogtreecommitdiff
path: root/morphlib/plugins/cve_check_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/plugins/cve_check_plugin.py')
-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]