From 8cd675f095a9a1b58b5266d068ee677de4865ca4 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 8 Jan 2021 15:47:32 +0000 Subject: [PATCH] trivial: Fix typo in fuzzing instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abd43a3cf..64b604e32 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Fuzzing There are several automated fuzzing tests in fwupd. These take some time to run: CC=hfuzz-clang meson --default-library=static \ - -Dtmpdir=/tmp -Dsystemd_root_prefix=/tmp \ + -Dudevdir=/tmp -Dsystemd_root_prefix=/tmp \ -Dplugin_redfish=false -Dcurl=false \ -Dintrospection=false ../ ninja install