aboutsummaryrefslogtreecommitdiff
path: root/afl-plot
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-04 12:14:35 +0200
committervan Hauser <vh@thc.org>2019-09-04 12:14:35 +0200
commit52bfd1fc3d6c1e6610469dbddad19aacb4e7f848 (patch)
treeb5de5e1cbcdc096a7d57e82aa0edb89d23baa26d /afl-plot
parenta8d96967c426f031d61dd91287906a28975334fb (diff)
downloadAFLplusplus-52bfd1fc3d6c1e6610469dbddad19aacb4e7f848.tar.gz
added man pages
Diffstat (limited to 'afl-plot')
-rwxr-xr-xafl-plot4
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.