trivial: Fix typo in fuzzing instructions

This commit is contained in:
Richard Hughes 2021-01-08 15:47:32 +00:00
parent fdb3a83a20
commit 8cd675f095

View File

@ -134,7 +134,7 @@ Fuzzing
There are several automated fuzzing tests in fwupd. These take some time to run: There are several automated fuzzing tests in fwupd. These take some time to run:
CC=hfuzz-clang meson --default-library=static \ CC=hfuzz-clang meson --default-library=static \
-Dtmpdir=/tmp -Dsystemd_root_prefix=/tmp \ -Dudevdir=/tmp -Dsystemd_root_prefix=/tmp \
-Dplugin_redfish=false -Dcurl=false \ -Dplugin_redfish=false -Dcurl=false \
-Dintrospection=false ../ -Dintrospection=false ../
ninja install ninja install