diff options
author | DMaroo <dhruvmaru007@gmail.com> | 2021-08-06 22:13:00 +0530 |
---|---|---|
committer | DMaroo <dhruvmaru007@gmail.com> | 2021-08-06 22:13:00 +0530 |
commit | e7d8272aeda73a6ed7750de36bb97f540401bf3e (patch) | |
tree | ac2bf5439d92b754fb37ead5ed8d31831c15538f /afl-plot | |
parent | 9578546048268d261815476f18b48031606c2121 (diff) | |
download | afl++-e7d8272aeda73a6ed7750de36bb97f540401bf3e.tar.gz |
Fixed a typo
Diffstat (limited to 'afl-plot')
-rwxr-xr-x | afl-plot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-plot b/afl-plot index a06b0c7f..87b9caae 100755 --- a/afl-plot +++ b/afl-plot @@ -291,7 +291,7 @@ _EOF_ ) | gnuplot -echo "[?] You can also use -g flag to view the plots in an GUI window, and interact with the plots (if you have build afl-plot-ui). Run \"afl-plot\" to know more." +echo "[?] You can also use -g flag to view the plots in an GUI window, and interact with the plots (if you have built afl-plot-ui). Run \"afl-plot-h\" to know more." fi |