From 9f0226e00b4b8ef304fa693bea9b1728db3bf867 Mon Sep 17 00:00:00 2001 From: Julien Vehent Date: Wed, 24 Feb 2016 10:52:18 -0500 Subject: [PATCH] analyze.py: update example of json input --- analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyze.py b/analyze.py index b742d1d..1b35f39 100755 --- a/analyze.py +++ b/analyze.py @@ -404,7 +404,7 @@ def main(): parser = argparse.ArgumentParser( description='Analyze cipherscan results and provides guidelines to improve configuration.', usage='\n* Analyze a single target, invokes cipherscan: $ ./analyze.py -t [target]' \ - '\n* Evaluate json results passed through stdin: $ python analyze.py < target_results.json' \ + '\n* Evaluate json results passed through stdin: $ python analyze.py target_results.json' \ '\nexample: ./analyze.py -t mozilla.org', epilog='Julien Vehent [:ulfr] - 2014') parser.add_argument('-d', dest='debug', action='store_true',