summaryrefslogtreecommitdiff
path: root/csmith-fuzzing/predicate.py
diff options
context:
space:
mode:
authorDaniel Brooks <db48x@db48x.net>2018-06-03 07:10:23 -0700
committerDaniel Brooks <db48x@db48x.net>2018-06-03 07:10:23 -0700
commitc9badcdb10026c0607989b310f1c61c662ab0a22 (patch)
tree9c049016d0e03050c511a57346afec8525c62778 /csmith-fuzzing/predicate.py
parentf703fe62e30ebd2f5898668bef41fe3af77c6695 (diff)
add a description to the new option
Diffstat (limited to 'csmith-fuzzing/predicate.py')
-rwxr-xr-xcsmith-fuzzing/predicate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/csmith-fuzzing/predicate.py b/csmith-fuzzing/predicate.py
index 26025187..4909b4f6 100755
--- a/csmith-fuzzing/predicate.py
+++ b/csmith-fuzzing/predicate.py
@@ -86,7 +86,7 @@ reducing.add_argument(
reducing.add_argument(
"--extra-compile-file",
type=str,
- help="")
+ help="Append the content of this extra file to the end of the emitted bindings just before compiling it.")
reducing.add_argument(
"--expect-compile-fail",
action="store_true",