Skip to content

Commit 8be3d2d

Browse files
committed
Update readme with new options
1 parent 633e531 commit 8be3d2d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,19 @@ Options:
7171
--timeout <TIMEOUT>
7272
Maximum amount of time a single input is allowed to run (in milliseconds per executor). [default: 1000]
7373
--comparator <COMPARATOR>
74-
Choose differential value comparator function [default: equal] [possible values: not-equal, equal, less-than, less-than-or-equal, greater-than, greater-than-or-equal]
74+
Choose differential value comparator function [default: equal] [possible values: not-equal, equal, less-than, less-than-or-equal, greater-than, greater-than-or-equal, custom]
7575
--solution-exit-code <SOLUTION_EXIT_CODE>
7676
Exit code for solutions [default: 71]
7777
--qemu-entry <QEMU_ENTRY>
7878
Symbol for the qemu entry breakpoint [default: LLVMFuzzerTestOneInput]
79+
--primary-args <PRIMARY_ARGS>
80+
Arguments to pass to the primary harness
81+
--secondary-args <SECONDARY_ARGS>
82+
Arguments to pass to the secondary harness
83+
--args <SHARED_ARGS>
84+
Arguments to pass to both harnesses
85+
--ignore-exit-kind
86+
Don't report differences in exit kind (e.g. crashes or timeouts) as behavioral differences
7987
-h, --help
8088
Print help
8189
```

0 commit comments

Comments
 (0)