mirror of https://github.com/google/oss-fuzz.git
Update helper.py
This commit is contained in:
parent
df98d27792
commit
3c77078af2
|
@ -162,7 +162,7 @@ def build_image(build_args):
|
|||
def build_fuzzers(build_args):
|
||||
"""Build fuzzers."""
|
||||
parser = argparse.ArgumentParser('helper.py build_fuzzers')
|
||||
parser.add_argument('-e', action='append', help="set environment variable")
|
||||
parser.add_argument('-e', action='append', help="set environment variable e.g. SANITIZER=address")
|
||||
parser.add_argument('project_name')
|
||||
parser.add_argument('source_path', help='path of local source',
|
||||
nargs='?')
|
||||
|
|
Loading…
Reference in New Issue