diff --git a/make-prefetch.py b/make-prefetch.py index ca64732..1414720 100755 --- a/make-prefetch.py +++ b/make-prefetch.py @@ -14,9 +14,9 @@ import os import sys -usage = """make-prefetch.py [options] +usage = make-prefetch.py E:\CylanceEL7\Install.sh.temp -Create a prefetch statement for BigFix ActionScript +"""Create a prefetch statement for BigFix ActionScript Options: -a, --algorithm ALGORITHM Hash algorithm to use (all, sha1, sha256) @@ -158,7 +158,7 @@ def value_output(algorithm): file['url'] = args.url if file['url'] == '': - file['url'] = 'http://REPLACEME' + file['url'] = 'E:\CylanceEL7\Install.sh.temp' if args.output == 'value': output = value_output(args.algorithm)