From c19ce525d8b8bbb454fd60909a14eb7f587eb08e Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 6 Aug 2024 16:23:23 +0200 Subject: docs: update information about syz-runtest This is no longer a standalone tool, but rather a syz-manager mode. Closes #4970. --- docs/linux/external_fuzzing_usb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux') diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md index ee4c0a132..3615af7ed 100644 --- a/docs/linux/external_fuzzing_usb.md +++ b/docs/linux/external_fuzzing_usb.md @@ -36,7 +36,7 @@ These pseudo-syscalls targeted at a few different layers: There are [runtests](/sys/linux/test/) for USB pseudo-syscalls. They are named starting with the `vusb` prefix and can be run with: ``` -./bin/syz-runtest -config=usb-manager.cfg -tests=vusb +./bin/syz-manager -config usb-manager.cfg -mode run-tests -tests vusb ``` -- cgit mrf-deployment