Update __main__.py (#669)

This commit is contained in:
Mark Mossberg 2017-12-22 18:27:40 -05:00 committed by GitHub
parent 6499c0e281
commit a7fb995aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ def parse_arguments():
raise argparse.ArgumentTypeError("Argument must be positive")
return ivalue
parser = argparse.ArgumentParser(description='Dynamic binary analysis tool')
parser = argparse.ArgumentParser(description='Symbolic execution tool')
parser.add_argument('--assertions', type=str, default=None,
help=argparse.SUPPRESS)
parser.add_argument('--buffer', type=str,