diff options
author | Daniel Brooks <db48x@db48x.net> | 2018-06-03 07:10:23 -0700 |
---|---|---|
committer | Daniel Brooks <db48x@db48x.net> | 2018-06-03 07:10:23 -0700 |
commit | c9badcdb10026c0607989b310f1c61c662ab0a22 (patch) | |
tree | 9c049016d0e03050c511a57346afec8525c62778 /csmith-fuzzing/predicate.py | |
parent | f703fe62e30ebd2f5898668bef41fe3af77c6695 (diff) |
add a description to the new option
Diffstat (limited to 'csmith-fuzzing/predicate.py')
-rwxr-xr-x | csmith-fuzzing/predicate.py | 2 |
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", |