diff options
author | Khaled Yakdan <yakdan@code-intelligence.de> | 2019-09-04 23:20:18 +0200 |
---|---|---|
committer | Khaled Yakdan <yakdan@code-intelligence.de> | 2019-09-04 23:20:18 +0200 |
commit | b31dff6beec6a7aa17da6f7f8a2eef198c263ccc (patch) | |
tree | c039aeed3572b171c2b7108cd650a0ee53c1b0f6 /afl-plot | |
parent | 1b3f9713309d27c49b153f9b3af12d208076e93c (diff) | |
parent | abf61ecc8f1b4ea3de59f818d859139637b29f32 (diff) | |
download | afl++-b31dff6beec6a7aa17da6f7f8a2eef198c263ccc.tar.gz |
Merge branch 'master-upstream' into custom_mutator_docs
# Conflicts: # afl-fuzz.c
Diffstat (limited to 'afl-plot')
-rwxr-xr-x | afl-plot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/afl-plot b/afl-plot index 25ffde64..bc86fb85 100755 --- a/afl-plot +++ b/afl-plot @@ -21,10 +21,10 @@ echo if [ ! "$#" = "2" ]; then cat 1>&2 <<_EOF_ -This program generates gnuplot images from afl-fuzz output data. Usage: - $0 afl_state_dir graph_output_dir +This program generates gnuplot images from afl-fuzz output data. Usage: + The afl_state_dir parameter should point to an existing state directory for any active or stopped instance of afl-fuzz; while graph_output_dir should point to an empty directory where this tool can write the resulting plots to. |