Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Move Usage message to fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
rish9101 committed Sep 28, 2020
1 parent 454d861 commit 5a8a8ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/libaflfuzzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,7 @@ int main(int argc, char **argv) {

if (argc < 4) {

SAYF("Usage: %s number_of_threads /path/to/input/dir /path/to/queue/dir", argv[0]);
exit(0);
FATAL("Usage: %s number_of_threads /path/to/input/dir /path/to/queue/dir", argv[0]);

}

Expand Down

0 comments on commit 5a8a8ac

Please sign in to comment.