From ab03350142b47315ab4d26e272f2496f4834d7e1 Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Sat, 1 Sep 2018 21:09:23 -0700 Subject: [PATCH] get rid of my help --- bin/deepstate/reducer.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/bin/deepstate/reducer.py b/bin/deepstate/reducer.py index 37aff6e..d9e8e96 100644 --- a/bin/deepstate/reducer.py +++ b/bin/deepstate/reducer.py @@ -18,21 +18,6 @@ import subprocess import argparse def main(): - if "--help" in sys.argv: - print "usage: deepstate-reduce binary input-test output-test [string] [--which test]" - print - print "Reduces input-test by trying to delete OneOf blocks and lower byte values." - print - print "Writes reduced test to output-test." - print - print "Optional string gives an reduction criteria (searched for in test output)." - print "If no string is provided, looks for Failure or Crash." - print - print "--which test allows control over which DeepState test is executed, if none" - print "is provided, defaults to last test defined." - sys.exit(0) - - parser = argparse.ArgumentParser(description="Intelligently reduce test case") parser.add_argument(