From bf2d2f86cd599a471182fa21c2361e412cd556a7 Mon Sep 17 00:00:00 2001 From: pemontto Date: Sat, 11 May 2019 09:08:35 +0100 Subject: [PATCH] better help messages --- bin/vuln_whisperer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/vuln_whisperer b/bin/vuln_whisperer index 53b1a33..0187861 100644 --- a/bin/vuln_whisperer +++ b/bin/vuln_whisperer @@ -29,9 +29,9 @@ def main(): parser.add_argument('-s', '--section', dest='section', required=False, help='Section in config') parser.add_argument('-f', '--filter', dest='scan_filter', required=False, - help='Regex filter to limit to matching scan names') + help='Retrieve scans matching this regex pattern') parser.add_argument('--days', dest='days', type=int, required=False, - help='Only import scans in the last X days') + help='Retrieve scans from this many days ago to now') parser.add_argument('-l', '--list', dest='list_scans', required=False, action="store_true", help='List available scans') parser.add_argument('--source', dest='source', required=False,