diff options
-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", |