Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions make-prefetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
import os
import sys

usage = """make-prefetch.py [options] <file or url>
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)
Expand Down Expand Up @@ -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)
Expand Down