From 8aa1fbe0b4d9f09932879bc9200772a12f61edf7 Mon Sep 17 00:00:00 2001 From: Steve Bedford Date: Tue, 12 Dec 2017 12:05:44 -0500 Subject: [PATCH] checkcves: Update no-sub message --- scripts/checkcves.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/checkcves.py b/scripts/checkcves.py index 71294fb..719a8f8 100755 --- a/scripts/checkcves.py +++ b/scripts/checkcves.py @@ -35,7 +35,10 @@ def print_demo_notice(bad_key=False): print('The script will continue in demo mode, which will link you to ' 'temporarily available online results only.\n' - 'You will not be able to subscribe for notifications!\n\n' + 'You will need to login or register for a free account in order to ' + 'see the report.\n\n' + 'You can not subscribe for recurring CVE notifications without an ' + 'active subscription!\n\n' 'For more information on the security notification service, visit:\n' '%s\n' % INFO_PAGE)